소스 검색

日常更新

wangliang 4 년 전
부모
커밋
40955a2557
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      teachcloud-report-business/src/main/resources/mapper/TBExamCourseMapper.xml

+ 1 - 1
teachcloud-report-business/src/main/resources/mapper/TBExamCourseMapper.xml

@@ -8,7 +8,7 @@
         on tbs.course_code = bc.code
         join sys_org so on
         <choose>
-            <when test="inspect != null and inspect == false">
+            <when test="inspect != null and inspect == true">
                 so.id = tbs.inspect_college_id
             </when>
             <otherwise>