|
|
@@ -245,6 +245,7 @@ public class ClientUserServiceImpl implements ClientUserSevice { |
|
|
|
if (!"操作成功".equals(result.getMsg())) { |
|
|
|
return result; |
|
|
|
} |
|
|
|
//TODO ->会导致循环终止 |
|
|
|
return requestAirport(dto, loginUser); |
|
|
|
} |
|
|
|
} else { |
|
|
@@ -540,7 +541,7 @@ public class ClientUserServiceImpl implements ClientUserSevice { |
|
|
|
} |
|
|
|
if (response.getBody().getCode() != JsonResult.SUCCESS) { |
|
|
|
log.error("机场平台创建租户响应失败" + response.getBody()); |
|
|
|
return JsonResult.error(response.getBody().getMsg()); |
|
|
|
throw new ServiceException(HttpStatus.BAD_REQUEST.value(), response.getBody().getMsg()); |
|
|
|
} |
|
|
|
return JsonResult.success(); |
|
|
|
|