修改bug
This commit is contained in:
parent
cd5adce755
commit
bcf133e5f7
@ -744,13 +744,13 @@ public class CommandBO {
|
||||
return buildDriverAtoOpenOperationStep(train.getGroupNumber());
|
||||
}
|
||||
|
||||
//---站台停车升级检测---
|
||||
if (train.isParking()) {
|
||||
step.finish();
|
||||
if (!DriveMode.CM.equals(train.getDriveMode())) { //如果列车不是CM/BM/SM模式
|
||||
return buildDriverDriveModeChangeOperationStep(train.getGroupNumber(), DriveMode.CM);
|
||||
}
|
||||
}
|
||||
// //---站台停车升级检测---
|
||||
// if (train.isParking()) {
|
||||
// step.finish();
|
||||
// if (!DriveMode.CM.equals(train.getDriveMode())) { //如果列车不是CM/BM/SM模式
|
||||
// return buildDriverDriveModeChangeOperationStep(train.getGroupNumber(), DriveMode.CM);
|
||||
// }
|
||||
// }
|
||||
//---越信号机升级检测(暂时改为列车级别为ITC/CBTC检测)---
|
||||
if (RunLevel.ITC.equals(train.getRunLevel()) || RunLevel.CBTC.equals(train.getRunLevel())) {
|
||||
step.finish();
|
||||
|
Loading…
Reference in New Issue
Block a user