【修改加载剧本无行车日志BUG】

This commit is contained in:
weizhihong 2022-07-26 10:02:43 +08:00
parent f6514cb7f1
commit 6e60f7c5af

View File

@ -103,6 +103,7 @@ public class StorageCtcRunPlanLog {
if (this.arriveItemOtherInfo != null) { if (this.arriveItemOtherInfo != null) {
this.arriveItemOtherInfo.convertToObj(ctcStationRunPlanLog.getArriveRunPlan()); this.arriveItemOtherInfo.convertToObj(ctcStationRunPlanLog.getArriveRunPlan());
} }
ctcRepository.addRunPlanToSimulationMap(ctcStationRunPlanLog);
} }
private void setDepartAndArrive(CtcRunPlanParam ctcRunPlanParam, CtcStationRunPlanLog.RunPlanItem runPlanItem, boolean arrive) { private void setDepartAndArrive(CtcRunPlanParam ctcRunPlanParam, CtcStationRunPlanLog.RunPlanItem runPlanItem, boolean arrive) {