Explorar o código

字典管理-课程管理bug

caozixuan %!s(int64=3) %!d(string=hai) anos
pai
achega
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>