浏览代码

管乐迷作业新增课件

zouxuan 1 年之前
父节点
当前提交
31212e65fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/LessonCoursewareMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/LessonCoursewareMapper.xml

@@ -26,7 +26,7 @@
                 and lc.teacher_range_type_ = #{param.teacherRangeType}
             </if>
             <if test="param.enable != null">
-                and lc.id_enable_ = #{param.enable}
+                and lc.enable_ = #{param.enable}
             </if>
         </where>
     </sql>