فهرست منبع

字典管理-课程管理bug

caozixuan 3 سال پیش
والد
کامیت
7c62de9c68
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      teachcloud-common/src/main/resources/mapper/BasicCourseMapper.xml

+ 0 - 1
teachcloud-common/src/main/resources/mapper/BasicCourseMapper.xml

@@ -80,7 +80,6 @@
                 AND org.type = 'TEACHING_ROOM'
                 AND org.enable = TRUE
         <where>
-            AND bc.enable = TRUE
             <if test="courseName != null and courseName.length > 0">
                 AND bc.name LIKE CONCAT('%',#{courseName},'%')
             </if>