浏览代码

日常更新

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>