删除<RM模式下触发EB不生效>逻辑
This commit is contained in:
parent
ac22b5c8c7
commit
6c5713bfda
@ -158,9 +158,6 @@ public class ATPService {
|
||||
if (!train.isAtpOn()) {
|
||||
return;
|
||||
}
|
||||
if (DriveMode.RM.equals(train.getDriveMode())) {
|
||||
return;
|
||||
}
|
||||
// newATOService.closeATO(train);
|
||||
train.setSignalEB(true);
|
||||
log.warn(String.format("列车[%s]触发信号EB", train.getGroupNumber()));
|
||||
|
Loading…
Reference in New Issue
Block a user