Ver código fonte

预警BUG修改

wangliang 4 anos atrás
pai
commit
3a4fcd4cb0

+ 1 - 2
themis-business/src/main/resources/mapper/TEExamReexamMapper.xml

@@ -3,7 +3,7 @@
 <mapper namespace="com.qmth.themis.business.dao.TEExamReexamMapper">
 
     <select id="reexamPageRequestList" resultType="com.qmth.themis.business.bean.backend.ReexamListRequestBean">
-        select * from(select
+        select * from(select distinct
              tees.room_code as roomCode,
             tees.room_name as roomName,
             tees.`identity`,
@@ -12,7 +12,6 @@
             tees.id as examStudentId,
             tees.course_code as courseCode,
             tees.course_name as courseName,
-            toer.id as examRecordId,
             tees.exam_id as examId,
             tee.exam_count - tees.already_exam_count as examCount,
             toer.status