|
@@ -17,7 +17,7 @@
|
|
</choose>
|
|
</choose>
|
|
<if test="filter != null and filter == true">
|
|
<if test="filter != null and filter == true">
|
|
join t_b_exam_course tbec on
|
|
join t_b_exam_course tbec on
|
|
- tbec.course_code = bc.code
|
|
|
|
|
|
+ tbec.course_code = bc.code AND tbec.exam_id = tbs.exam_id
|
|
</if>
|
|
</if>
|
|
<where>
|
|
<where>
|
|
<if test="examId != null and examId != ''">
|
|
<if test="examId != null and examId != ''">
|