From 1f41a2028871f46d28c1298acedec48321fba46d Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期四, 25 九月 2025 16:22:25 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/core/action/LiftAction.java |    6 +++---
 1 files changed, 3 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 81a20b7..0626be0 100644
--- a/src/main/java/com/zy/core/action/LiftAction.java
+++ b/src/main/java/com/zy/core/action/LiftAction.java
@@ -129,15 +129,15 @@
 
             LiftCommand lastCommand = commands.get(commandStep - 1);
             if (lastCommand.getMode() == LiftTaskModeType.PICK_PUT.id) {
-                if (liftProtocol.getLev() == lastCommand.getPut()) {
+                if (liftProtocol.getLev() == lastCommand.getPutLev()) {
                     lastCommand.setComplete(true);
                 }
             } else if (lastCommand.getMode() == LiftTaskModeType.SHUTTLE_SWITCH.id) {
-                if (liftProtocol.getLev() == lastCommand.getPut()) {
+                if (liftProtocol.getLev() == lastCommand.getPutLev()) {
                     lastCommand.setComplete(true);
                 }
             } else if (lastCommand.getMode() == LiftTaskModeType.MOVE.id) {
-                if (liftProtocol.getLev() == lastCommand.getPut()) {
+                if (liftProtocol.getLev() == lastCommand.getPutLev()) {
                     lastCommand.setComplete(true);
                 }
             }

--
Gitblit v1.9.1