|
@@ -160,7 +160,7 @@
|
|
|
LEFT JOIN exam_room_student_relation ersr ON ersr.exam_registration_id_ = er.id_
|
|
|
LEFT JOIN sys_user su ON er.student_id_=su.id_
|
|
|
<include refid="queryCondition"/>
|
|
|
- ORDER BY id_ <include refid="global.limit"/>
|
|
|
+ ORDER BY er.id_ DESC <include refid="global.limit"/>
|
|
|
</select>
|
|
|
|
|
|
<select id="countExamRoomStudents" resultType="int">
|