浏览代码

会员权限细化

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

+ 0 - 2
mec-biz/src/main/resources/config/mybatis/SysMusicScoreMapper.xml

@@ -48,9 +48,7 @@
 		<if test="clientType != null">
 		<if test="clientType != null">
 			client_type_ = #{clientType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
 			client_type_ = #{clientType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
 		</if>
 		</if>
-		<if test="rankIds != null">
 			rank_ids_ = #{rankIds},
 			rank_ids_ = #{rankIds},
-		</if>
 		<if test="order != null">
 		<if test="order != null">
 			order_ = #{order},
 			order_ = #{order},
 		</if>
 		</if>