فهرست منبع

Merge branch 'dev_v2.2.0' into release_v2.2.0

xiaof 3 سال پیش
والد
کامیت
05a4941fd0
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>