@@ -124,6 +124,7 @@ public class AflVehicleStatusInfoServiceImpl implements AflVehicleStatusInfoSer | |||
throw UcServiceError.BUSINESS_VALIDATE_ERR.toHandleException("请求部中心状态名单接口失败,"+ e.getMessage()); | |||
} | |||
if (implement){ | |||
aflVehicleStatusInfo.setUpdateTime(LocalDateTime.now()); | |||
aflVehicleStatusInfoRepo.save(aflVehicleStatusInfo); | |||
}else { | |||
throw UcServiceError.BUSINESS_VALIDATE_ERR.toHandleException("操作状态名单失败"); |