소스 검색

操作状态名单优化修改时间

shuiqilin
zhangxin 1 년 전
부모
커밋
01b95cfc38
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/main/java/com/qtzl/alterSales/manager/service/AflVehicleStatusInfoServiceImpl.java

+ 1
- 0
src/main/java/com/qtzl/alterSales/manager/service/AflVehicleStatusInfoServiceImpl.java 파일 보기

@@ -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("操作状态名单失败");

Loading…
취소
저장