修改ATS自动触发进路bug

This commit is contained in:
walker-sheng 2020-12-10 17:24:10 +08:00
parent 3e11fe642a
commit 6f09c205b0

View File

@ -299,6 +299,12 @@ public class AtsRouteSettingService {
} }
} }
} }
} else {
for (Route route : triggerList) {
if (this.isAtsTrigger(simulation, train, route, false, trainList)) {
return route;
}
}
} }
} else { } else {
return triggerList.get(0); return triggerList.get(0);