#
qlsxk
22 小时以前 8e18d5c86e6acddcb4022ac319ebe43dbf92c20e
#
1个文件已修改
7 ■■■■■ 已修改文件
src/main/java/com/zy/core/action/LiftAction.java 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/core/action/LiftAction.java
@@ -129,9 +129,10 @@
            LiftCommand lastCommand = commands.get(commandStep - 1);
            if (lastCommand.getMode() == LiftTaskModeType.PICK_PUT.id) {
                if (liftProtocol.getLev() == lastCommand.getPutLev()) {
                    lastCommand.setComplete(true);
                }
//                if (liftProtocol.getLev() == lastCommand.getPutLev()) {
//                    lastCommand.setComplete(true);
//                }
                lastCommand.setComplete(true);
            } else if (lastCommand.getMode() == LiftTaskModeType.SHUTTLE_SWITCH.id) {
                if (liftProtocol.getLev() == lastCommand.getPutLev()) {
                    lastCommand.setComplete(true);