Commit 28b671db by 毛树良

<fix>:过车数据同步

1 parent b49e0f69
......@@ -37,7 +37,7 @@ public class TrafficVehicleScheduled {
@Autowired
private TrafficDataConvertHandler trafficDataConvertHandler;
// @Scheduled(cron = "0/5 * * * * ?")
@Scheduled(cron = "0/5 * * * * ?")
public void handleVehicle() {
log.info("开始处理过车数据");
if (!Gb1400Constants.LinkStatus) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!