提交 21785611 authored 作者: 艾庆国's avatar 艾庆国

运单预警

上级 e93e2b03
...@@ -41,9 +41,6 @@ public class VehicleWarnJob { ...@@ -41,9 +41,6 @@ public class VehicleWarnJob {
for (VehicleWarnChild item : list) { for (VehicleWarnChild item : list) {
LocalDateTime now = LocalDateTime.now();
LocalDateTime beginTime = now.minusSeconds(600);
// 发送mq (车辆预警) // 发送mq (车辆预警)
vehicleWarnMqService.truckWarn(item.getChildNo()); vehicleWarnMqService.truckWarn(item.getChildNo());
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论