| 
					
				 | 
			
			
				@@ -18,11 +18,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <insert id="insertBatch" keyColumn="id_" keyProperty="id" useGeneratedKeys="true" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             parameterType="com.yonge.cooleshow.biz.dal.entity.ImGroupMember"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        insert into im_group_member(group_id_, user_id_, nickname_, is_admin_, role_type_, create_time_, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        insert into im_group_member(group_id_, user_id_,avatar_, nickname_, is_admin_, role_type_, create_time_, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         update_time_) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         values 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <foreach collection="entities" item="entity" separator=","> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            (#{entity.groupId}, #{entity.userId}, #{entity.nickname}, #{entity.isAdmin}, #{entity.roleType},NOW(), NOW()) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            (#{entity.groupId}, #{entity.userId}, #{entity.avatar}, #{entity.nickname}, #{entity.isAdmin}, #{entity.roleType},NOW(), NOW()) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </foreach> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ON DUPLICATE KEY UPDATE 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         user_id_ = VALUES(user_id_), 
			 |