CBTC仿真修改路径构建bug

This commit is contained in:
walker-sheng 2021-05-11 16:50:05 +08:00
parent 7fc5acb638
commit 5de44e7263

View File

@ -780,7 +780,7 @@ public class CalculateService {
for (Section last : sections) {
List<Route> tempList = routeMap.get(last);
if (Objects.equals(last, lastRouteSection)) {
break;
continue;
}
if (tempList.get(0).getSectionList().contains(lastRouteSection)) {
handled = true;