|  | @@ -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">
 |