打印日志信息bug修改
This commit is contained in:
李广豪 2022-08-03 00:26:01 +08:00
parent 41227ec816
commit d595e8985c

View File

@ -570,8 +570,9 @@ public class ScheduledTask extends BaseService {
vehicleInfo.setUpdateTime(LocalDateTime.now());
vehicleInfoServiceBiz.updateById(vehicleInfo);
asynRunTaskService.asynRunTaskForStockToKiln(inStockInfo.getId(), vehicleId);
}else {
logger.info("当前两辆车都不在线.无法发起任务!");
}
logger.info("当前两辆车都不在线.无法发起任务!");
}
}
}