From bdb924aaaef6a8d282ed2d34850cfd229d5865c7 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期一, 08 十二月 2025 09:31:42 +0800
Subject: [PATCH] #增加许可证

---
 src/main/java/com/zy/core/action/LiftAction.java |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/zy/core/action/LiftAction.java b/src/main/java/com/zy/core/action/LiftAction.java
index 0626be0..fa61265 100644
--- a/src/main/java/com/zy/core/action/LiftAction.java
+++ b/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);

--
Gitblit v1.9.1