修改:列车在第一站跳停无效bug(西安三46)

This commit is contained in:
joylink_zhangsai 2021-06-30 09:32:18 +08:00
parent af25264080
commit 62027d50ee

View File

@ -285,6 +285,7 @@ public class AtsPlanService {
nextStationPlan.getStation().getCode(), nextStationPlan.getStation().getCode(),
nextStationPlan.getSection().getCode(), runningTime, nextStationPlan.getSection().getCode(), runningTime,
true); true);
train.updateEstimatedArriveInfo(nextStationPlan.getSection(), nextStationPlan.getArriveTime());
} }
/** /**