| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -494,9 +494,13 @@ public class GroupInvitationServiceImpl extends BaseServiceImpl<GroupInvitationD | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							Result<UserInfoOnEnterGridResultDTO> result=resiGuideFeignClient.enterGrid(userEnterGridFormDTO); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							if (!result.success() || null == result.getData()) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								logger.warn(String.format("用户同意邀请进组,进入网格失败。入参:userId【%s】、invitationId【%s】、groupId【%s】、customerId【%s】、gridId【%s】", | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										formDTO.getUserId(), formDTO.getInvitationId(), | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										groupInvitationDTO.getResiGroupId()), | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										resiGroupDTO.getCustomerId(), resiGroupDTO.getGridId()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										formDTO.getUserId(), | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										formDTO.getInvitationId(), | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										groupInvitationDTO.getResiGroupId(), | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										resiGroupDTO.getCustomerId(), | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										resiGroupDTO.getGridId() | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
										) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								logger.warn(String.format("用户同意邀请进组,进入网格失败。当前接口返回8000,调用enterGrid接口返回", result.toString())); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								throw new RenException(EpmetErrorCode.SERVER_ERROR.getCode()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							} | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |