zouxuan 1 год назад
Родитель
Сommit
31212e65fd

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