7
0
取消定时修改车辆状态
Este cometimento está contido em:
lgh 2022-09-01 13:25:00 +08:00
ascendente 1ea55bd39a
cometimento bd14fe3ed9

Ver ficheiro

@ -680,8 +680,7 @@ public class ScheduledTask extends BaseService {
}
}
//监听车辆是否在线,定时恢复车辆状态会导致避让时等待时间过久,再次发起任务,造成重复发起
@Scheduled(fixedDelay = 1000*60)
//监听车辆是否在线,定时恢复车辆状态会导致避让时等待时间过久,再次发起任务,造成重复发起废弃
public void listenVehicleOnline() throws IOException {
List<VehicleInfo> vehicleInfoList = vehicleInfoServiceBiz.list(new QueryWrapper<VehicleInfo>().eq(VehicleInfo.STATUS,1));
for (VehicleInfo vehicleInfo:vehicleInfoList