|
@@ -340,6 +340,7 @@
|
|
and b.school_id = #{schoolId}
|
|
and b.school_id = #{schoolId}
|
|
and a.student_code = #{studentCode}
|
|
and a.student_code = #{studentCode}
|
|
</where>
|
|
</where>
|
|
|
|
+ GROUP BY a.exam_id , b.exam_code , b.exam_name , b.exam_time
|
|
order by b.exam_time desc
|
|
order by b.exam_time desc
|
|
</select>
|
|
</select>
|
|
<select id="listCourseByExamIdAndStudentCode"
|
|
<select id="listCourseByExamIdAndStudentCode"
|
|
@@ -349,6 +350,7 @@
|
|
a.course_code courseCode,
|
|
a.course_code courseCode,
|
|
a.course_name courseName,
|
|
a.course_name courseName,
|
|
a.absent,
|
|
a.absent,
|
|
|
|
+ a.student_current as studentCurrent,
|
|
b.publish_status publishStatus
|
|
b.publish_status publishStatus
|
|
FROM
|
|
FROM
|
|
t_b_exam_student a
|
|
t_b_exam_student a
|