Browse Source

Merge branch 'music_score_zouxuan' of http://git.dayaedu.com/yonge/mec

zouxuan 3 năm trước cách đây
mục cha
commit
1935949e2a

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

@@ -136,7 +136,7 @@
 				sm.parent_id_ = #{parentId}
 			</if>
 			<if test="enable != null">
-				AND sm.enable_ = 1
+				AND sm.enable_ = #{enable}
 			</if>
 			<if test="search != null and search != ''">
 				AND sm.id_ = #{search} OR sm.name_ LIKE CONCAT('%',#{search},'%')