Browse Source

bug修复

wangliang 4 years ago
parent
commit
5dacaa01a0

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