|
@@ -231,7 +231,7 @@
|
|
|
LEFT JOIN student_exam_result ser ON ser.exam_registration_id_ = ersr.exam_registration_id_
|
|
|
LEFT JOIN exam_review er ON ser.exam_registration_id_ = er.exam_registration_id_ AND er.teacher_id_ = #{teacherId}
|
|
|
<include refid="queryExamReviewRecordListSql"/>
|
|
|
- ORDER BY ser.is_finished_exam_ ASC
|
|
|
+ ORDER BY ser.is_finished_exam_ ASC,ersr.sign_in_time_ desc
|
|
|
<include refid="global.limit"/>
|
|
|
</select>
|
|
|
|