| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -211,8 +211,8 @@ public class PartyUserGroupServiceImpl extends BaseServiceImpl<PartyUserGroupDao | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            //获取之前的群主信息
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            PartyUserGroupDTO managerByGroupId = getManagerByGroupId(partyUserGroupDTO.getPartyGroupId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            if(managerByGroupId!=null){ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                //更新为群成员
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                managerByGroupId.setIdentityFlag("2"); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                //更新为副群主
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                managerByGroupId.setIdentityFlag("1"); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                updateById(ConvertUtils.sourceToTarget(managerByGroupId,PartyUserGroupEntity.class)); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |