소스 검색

BUG修复

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

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

@@ -75,7 +75,7 @@
                 where
                     es.exam_detail_course_id = edc.id
                     and es.clazz_id = tcs.clazz_id
-                    and es.school_id = 2) as examStudentCount,
+                    and es.school_id = #{schoolId}) as examStudentCount,
                     case
                         when epp.status = 'PRINT_FINISH' or epp.status = 'END' then 'FINISH'
                         else 'UN_FINISH'