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