Преглед изворни кода

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

shuiqilin
zhangxin пре 1 година
родитељ
комит
5610726db8

+ 1
- 0
src/main/java/com/qtzl/alterSales/manager/service/AflVehicleStatusInfoServiceImpl.java Прегледај датотеку

@@ -121,6 +121,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…
Откажи
Сачувај