소스 검색

BUG修复

wangliang 3 년 전
부모
커밋
31e54b928f
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      distributed-print-business/src/main/resources/mapper/TCStatisticsMapper.xml

+ 0 - 2
distributed-print-business/src/main/resources/mapper/TCStatisticsMapper.xml

@@ -84,13 +84,11 @@
                 t_c_statistics tcs
             join exam_task et on
                 et.course_code = tcs.course_code
-                and et.course_name = tcs.course_name
                 and et.teaching_room_id = tcs.teaching_room_id
             join exam_task_detail etd on
                 etd.exam_task_id = et.id
             join exam_detail_course edc on
                 edc.course_code = tcs.course_code
-                and edc.course_name = tcs.course_name
                 and edc.paper_number = et.paper_number
                 and edc.school_id = et.school_id
             join exam_detail ed on