wangliang преди 4 години
родител
ревизия
5dacaa01a0
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      teachcloud-report-business/src/main/resources/mapper/TAExamCourseCollegeTeacherMapper.xml

+ 0 - 3
teachcloud-report-business/src/main/resources/mapper/TAExamCourseCollegeTeacherMapper.xml

@@ -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>