|
|
@@ -553,7 +553,7 @@ public class ClientUserServiceImpl implements ClientUserSevice { |
|
|
|
throw new ServiceException(HttpStatus.BAD_REQUEST.value(), "业务平台新增租户失败"); |
|
|
|
} |
|
|
|
if (response.getBody().getCode() != JsonResult.SUCCESS) { |
|
|
|
log.error("业务平台更新租户响应失败, 业务平台标识:" + dto.getClientId()); |
|
|
|
log.error("业务平台新增租户响应失败,数据来源:" + platform.getPlatformName()); |
|
|
|
throw new ServiceException(HttpStatus.BAD_REQUEST.value(), response.getBody().getMsg()); |
|
|
|
} |
|
|
|
return JsonResult.success(); |
|
|
@@ -619,7 +619,7 @@ public class ClientUserServiceImpl implements ClientUserSevice { |
|
|
|
throw new ServiceException(HttpStatus.BAD_REQUEST.value(), "业务平台更新租户失败"); |
|
|
|
} |
|
|
|
if (response.getBody().getCode() != JsonResult.SUCCESS) { |
|
|
|
log.error("业务平台更新租户响应失败, 业务平台标识:" + dto.getClientId()); |
|
|
|
log.error("业务平台更新租户响应失败,数据来源:" + platform.getPlatformName()); |
|
|
|
throw new ServiceException(HttpStatus.BAD_REQUEST.value(), response.getBody().getMsg()); |
|
|
|
} |
|
|
|
return JsonResult.success(); |
|
|
@@ -681,7 +681,7 @@ public class ClientUserServiceImpl implements ClientUserSevice { |
|
|
|
throw new ServiceException(HttpStatus.BAD_REQUEST.value(), "业务平台删除租户失败"); |
|
|
|
} |
|
|
|
if (response.getBody().getCode() != JsonResult.SUCCESS) { |
|
|
|
log.error("业务平台更新租户响应失败, 业务平台标识:" + dto.getClientId()); |
|
|
|
log.error("业务平台删除租户响应失败,数据来源:" + platform.getPlatformName()); |
|
|
|
throw new ServiceException(HttpStatus.BAD_REQUEST.value(), response.getBody().getMsg()); |
|
|
|
} |
|
|
|
return JsonResult.success(); |