哈尔滨问题去掉多余修改

This commit is contained in:
joylink_zhangsai 2020-12-18 21:53:40 +08:00
parent 744f446b56
commit d8f15148c8

View File

@ -240,11 +240,6 @@ public class AtsRouteSettingService {
routePaths = routePaths1;
}
}
} else {
if (train.isJump()) {
Section jump2Section = tripPlan.queryNextStationPlan(nextSection).getSection();
routePaths = repository.queryRoutePaths(trainSection, jump2Section);
}
}
if (!CollectionUtils.isEmpty(routePaths)) {
boolean right = routePaths.get(0).isRight();