|
@@ -536,6 +536,7 @@
|
|
|
LEFT JOIN examination_basic eb ON eb.id_ = er.examination_basic_id_
|
|
|
LEFT JOIN exam_certification ec ON ec.exam_registration_id_ = er.id_
|
|
|
WHERE ser.id_ IS NOT NULL AND er.student_id_ = #{studentId}
|
|
|
+ ORDER BY ser.update_time_ DESC
|
|
|
</select>
|
|
|
<select id="countExamList" resultType="java.lang.Integer">
|
|
|
SELECT COUNT(er.id_) FROM exam_registration er
|