|
@@ -17,8 +17,6 @@
|
|
|
t_a_exam_course_college_teacher a
|
|
|
LEFT JOIN
|
|
|
t_b_exam b ON a.exam_id = b.id
|
|
|
- join t_b_exam_course tbec on
|
|
|
- tbec.course_code = a.course_code
|
|
|
<where>
|
|
|
and b.school_id = #{schoolId}
|
|
|
<if test="semester != null and semester != ''">
|
|
@@ -39,7 +37,6 @@
|
|
|
#{collegeId}
|
|
|
</foreach>
|
|
|
</if>
|
|
|
- and tbec.publish_status = 'PUBLISH'
|
|
|
</where> ) t
|
|
|
<if test="column != null and column != '' and order != null and order != ''">
|
|
|
<choose>
|