修改bug:通信车与非通信车占用区段未隔开
This commit is contained in:
parent
96ab9cd256
commit
e4df304b10
@ -392,8 +392,7 @@ public class MaService {
|
||||
if (route != null) {
|
||||
if (this.isSwitchFaultRoute(route, section)) {
|
||||
// 道岔故障进路,直接构建返回
|
||||
ma = new Ma(train, section, MaType.Fault_Route);
|
||||
break;
|
||||
ma = this.checkAndUpdateMa(ma, new Ma(train, section, MaType.Fault_Route));
|
||||
}
|
||||
}
|
||||
if (section.isClosed()) {
|
||||
|
Loading…
Reference in New Issue
Block a user