|
|
@@ -72,7 +72,7 @@ public class AflCenterUserInfoServiceImpl implements AflCenterUserInfoService{ |
|
|
|
if (request.getStatus().equals(aflCenterUserInfo.getStatus())){ |
|
|
|
throw UcServiceError.BUSINESS_VALIDATE_ERR.toHandleException("审核状态未发生改变"); |
|
|
|
} |
|
|
|
if (AuditStatusEnum.REVIEWED.getCode().equals(request.getStatus())){ |
|
|
|
if (AuditStatusEnum.REVIEWED.getCode().toString().equals(request.getStatus())){ |
|
|
|
// AflCenterUserInfo aflCenterUserInfo = aflCenterUserInfoRepo.findByAccountId(aflCenterVehicleInfo.getAccountId()); |
|
|
|
getToken(aflCenterUserInfo); |
|
|
|
//设置修改账户信息参数 |
|
|
@@ -318,7 +318,7 @@ public class AflCenterUserInfoServiceImpl implements AflCenterUserInfoService{ |
|
|
|
response = httpUtil.doPost(ZttxInterfaceCode.USER_INFO_AUTHENTICATION, requestParam); |
|
|
|
} catch (ManagerException e) { |
|
|
|
e.getMessage(); |
|
|
|
throw UcServiceError.BUSINESS_VALIDATE_ERR.toHandleException("修改账户信息失败,请重新审核"); |
|
|
|
throw UcServiceError.BUSINESS_VALIDATE_ERR.toHandleException("获取账号信息token失败,请重新审核"); |
|
|
|
} |
|
|
|
if (response != null && response.getRcode() == 0) { |
|
|
|
try { |