From ff2a1e43f4e25fb08712d6287903b06385a22a7e Mon Sep 17 00:00:00 2001 From: suny <1178320308@qq.com> Date: Wed, 29 Dec 2021 01:55:05 +0000 Subject: [PATCH] =?UTF-8?q?update=20ruoyi-system/src/main/resources/mapper?= =?UTF-8?q?/survey/SurveyAnswerMapper.xml.=20=E8=B0=83=E6=9F=A5=E9=97=AE?= =?UTF-8?q?=E5=8D=B7---=E5=9B=9E=E7=AD=94=E5=88=97=E8=A1=A8---=20=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E5=8A=9F=E8=83=BD=20bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/survey/SurveyAnswerMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/survey/SurveyAnswerMapper.xml b/ruoyi-system/src/main/resources/mapper/survey/SurveyAnswerMapper.xml index 42a6c33..5419243 100644 --- a/ruoyi-system/src/main/resources/mapper/survey/SurveyAnswerMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/survey/SurveyAnswerMapper.xml @@ -15,14 +15,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - select answer_id,paper_d, question_id, option_id, user_id, create_time, content from t_survey_answer + select answer_id,paper_id, question_id, option_id, user_id, create_time, content from t_survey_answer