zouxuan пре 3 година
родитељ
комит
724229bbb4
1 измењених фајлова са 1 додато и 1 уклоњено
  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 id="update" parameterType="com.ym.mec.biz.dal.entity.ImGroup">
 		UPDATE im_group <set>
 		UPDATE im_group <set>
-		<if test="group_type_ != null">
+		<if test="groupType != null">
 			group_type_ = #{groupType},
 			group_type_ = #{groupType},
 		</if>
 		</if>
 		<if test="memberNum != null">
 		<if test="memberNum != null">