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