|
@@ -113,6 +113,7 @@
|
|
|
LEFT JOIN
|
|
|
t_b_exam b ON a.exam_id = b.id
|
|
|
join t_b_exam_course tbec on
|
|
|
+ tbec.exam_id = a.exam_id and
|
|
|
tbec.course_code = a.course_code
|
|
|
<where>
|
|
|
and b.school_id = #{schoolId}
|
|
@@ -203,6 +204,7 @@
|
|
|
LEFT JOIN
|
|
|
t_b_exam b ON a.exam_id = b.id
|
|
|
join t_b_exam_course tbec on
|
|
|
+ tbec.exam_id = a.exam_id and
|
|
|
tbec.course_code = a.course_code
|
|
|
<where>
|
|
|
and b.school_id = #{schoolId}
|