wangliang пре 4 година
родитељ
комит
40955a2557

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