소스 검색

Merge branch 'dev_v2.2.0' into release_v2.2.0
merge

wangliang 3 년 전
부모
커밋
f5df075533
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

@@ -52,7 +52,7 @@
         from
             (
             select
-                tcs.id,
+                distinct tcs.id,
                 tcs.college_id as collegeId,
                 tcs.college_name as collegeName,
                 tcs.course_name as courseName,