소스 검색

答案校对提交修改

chen 4 년 전
부모
커밋
9a3ffa6b47
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ssj-mybatis-service-impl/src/main/resources/mybatis/mapper/KmtExerciseMapper.xml

+ 1 - 1
ssj-mybatis-service-impl/src/main/resources/mybatis/mapper/KmtExerciseMapper.xml

@@ -1448,7 +1448,7 @@
         eq.answer_image, eq.num, eq.small_question_name,  eq.parent_id, eq.big_name, eq.real_exam_type, eq.publish_time,
         eq.update_type, eq.difficulty_level, eq.training_skill, eq.course_name, eq.is_common_flag, eq.question_year, eq.exercise_book_id, eq.es_loaded,
         eq.analysis_handler_submit_time, eq.question_class_type, eq.repulse_time, eq.handler_submit_time,
-        eq.proofread_status, eq.question_path
+        eq.proofread_status, eq.question_path, eq.concise_id
         from kmt_exercise_questions eq
         left join kmt_exercise_book eb on eq.exercise_book_id=eb.id where eq.id in
         <foreach collection="ids" open="(" item="id" separator="," close=")">