@@ -17,7 +17,7 @@
</choose>
<if test="filter != null and filter == true">
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>
<where>
<if test="examId != null and examId != ''">