应急预警调整
This commit is contained in:
parent
d37b10f207
commit
b838e4dd3c
@ -102,6 +102,10 @@ public class TrainPositionTimeOverService {
|
||||
continue;
|
||||
}
|
||||
if(tp.receiveTimeOver(this.receiveTimeOver)){
|
||||
if(Objects.isNull(tp.getGroupNum())){
|
||||
log.error("错误的数据:" + tp);
|
||||
continue;
|
||||
}
|
||||
if(checkExist(key,simulation)){
|
||||
SimulationDataRepository repository = simulation.getRepository();
|
||||
TrainStatus ts = new TrainStatus(tp.getGroupNum());
|
||||
|
Loading…
Reference in New Issue
Block a user