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