Browse Source

字典管理-课程管理bug

caozixuan 3 năm trước cách đây
mục cha
commit
7c62de9c68

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