yonge 5 years ago
parent
commit
69cd99f230
1 changed files with 1 additions and 3 deletions
  1. 1 3
      mec-biz/src/main/resources/config/mybatis/MusicGroupMapper.xml

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

@@ -78,9 +78,7 @@
 			<if test="status != null">
 			<if test="status != null">
 				status_ = #{status, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
 				status_ = #{status, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
 			</if>
 			</if>
-			<if test="repairUserId != null">
-				repair_user_id_ = #{repairUserId},
-			</if>
+			repair_user_id_ = #{repairUserId},
 			<if test="organId != null">
 			<if test="organId != null">
 				organ_id_ = #{organId},
 				organ_id_ = #{organId},
 			</if>
 			</if>