|
@@ -90,7 +90,7 @@
|
|
and a.exam_id = #{examId}
|
|
and a.exam_id = #{examId}
|
|
</if>
|
|
</if>
|
|
<if test="teachCollegeId != null">
|
|
<if test="teachCollegeId != null">
|
|
- and a.teach_college_id = #{teachCollegeId}
|
|
|
|
|
|
+ and a.inspect_college_id = #{teachCollegeId}
|
|
</if>
|
|
</if>
|
|
<if test="courseCode != null and courseCode != ''">
|
|
<if test="courseCode != null and courseCode != ''">
|
|
and a.course_code = #{courseCode}
|
|
and a.course_code = #{courseCode}
|