zouxuan 3 years ago
parent
commit
724229bbb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/ImGroupMapper.xml

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

@@ -60,7 +60,7 @@
 	<!-- 根据主键查询一条记录 -->
 	<update id="update" parameterType="com.ym.mec.biz.dal.entity.ImGroup">
 		UPDATE im_group <set>
-		<if test="group_type_ != null">
+		<if test="groupType != null">
 			group_type_ = #{groupType},
 		</if>
 		<if test="memberNum != null">