|
|
@@ -358,14 +358,14 @@ public class ClientUserServiceImpl implements ClientUserSevice { |
|
|
|
return jsonResult; |
|
|
|
} |
|
|
|
//TODO ->会导致循环终止(后期改进) |
|
|
|
return requestAirport(dto, loginUser, CommonConstant.TWO); |
|
|
|
requestAirport(dto, loginUser, CommonConstant.TWO); |
|
|
|
} |
|
|
|
} else { |
|
|
|
JsonResult jsonResult = editResult(dto, dto.getClientId(), loginUser); |
|
|
|
if (!"操作成功".equals(jsonResult.getMsg())) { |
|
|
|
return jsonResult; |
|
|
|
} |
|
|
|
return requestAirport(dto, loginUser, CommonConstant.TWO); |
|
|
|
requestAirport(dto, loginUser, CommonConstant.TWO); |
|
|
|
} |
|
|
|
TTenant tTenant = tenantMapper.getByCode(dto.getCode()); |
|
|
|
dto.setId(tTenant.getId()); |