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