Преглед изворни кода

管乐迷作业新增课件

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>