From b352221d2a2f4a8e8a1f9a12dda54fa32a8f7e4e Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期六, 22 六月 2024 14:44:46 +0800
Subject: [PATCH] #

---
 zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/action/LiftAction.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/action/LiftAction.java b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/action/LiftAction.java
index 810f4a3..c66ac21 100644
--- a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/action/LiftAction.java
+++ b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/action/LiftAction.java
@@ -98,6 +98,15 @@
                 if (liftProtocol.getLev() == command.getTargetLev()) {
                     command.setComplete(true);
                 }
+            } else if (command.getMode() == LiftCommandModeType.RESET.id) {
+                //澶嶄綅
+                command.setComplete(true);
+            } else if (command.getMode() == LiftCommandModeType.LOCK.id) {
+                //澶嶄綅
+                command.setComplete(true);
+            } else if (command.getMode() == LiftCommandModeType.UNLOCK.id) {
+                //澶嶄綅
+                command.setComplete(true);
             }
 
             // 鏇存柊redis鏁版嵁

--
Gitblit v1.9.1