|
@@ -23,14 +23,11 @@
|
|
|
join sys_org so on
|
|
|
so.id = taecci.college_id
|
|
|
<where>
|
|
|
- <if test="courseCode != null and courseCode != ''">
|
|
|
- and taecci.course_code = #{courseCode}
|
|
|
- </if>
|
|
|
<if test="examId != null and examId != ''">
|
|
|
and taecci.exam_id = #{examId}
|
|
|
</if>
|
|
|
- <if test="schoolId != null and schoolId != ''">
|
|
|
- and taecci.school_id = #{schoolId}
|
|
|
+ <if test="courseCode != null and courseCode != ''">
|
|
|
+ and taecci.course_code = #{courseCode}
|
|
|
</if>
|
|
|
</where>
|
|
|
</select>
|
|
@@ -57,9 +54,6 @@
|
|
|
<if test="examId != null and examId != ''">
|
|
|
and taec.exam_id = #{examId}
|
|
|
</if>
|
|
|
- <if test="schoolId != null and schoolId != ''">
|
|
|
- and taec.school_id = #{schoolId}
|
|
|
- </if>
|
|
|
</where>
|
|
|
</select>
|
|
|
</mapper>
|