修改:开关门指令无效bug

This commit is contained in:
joylink_zhangsai 2021-07-08 15:07:53 +08:00
parent 8faf1c9886
commit 6137c977bc

View File

@ -396,7 +396,7 @@ public class CommandBO {
} else { } else {
doorIsRight = train.judgeDirection4DoorIsRight(train.getDoor1()); doorIsRight = train.judgeDirection4DoorIsRight(train.getDoor1());
} }
stepList.add(buildDoorOnOffOperationStep(train.getGroupNumber(), doorIsRight, false)); stepList.add(buildDoorOnOffOperationStep(train.getGroupNumber(), doorIsRight, true));
} }
} }