CBTC仿真修改路径构建bug
This commit is contained in:
parent
7fc5acb638
commit
5de44e7263
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user