Browse Source

伴奏修改

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

+ 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},'%')