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

---
 src/main/java/com/zy/core/thread/impl/NyLiftThread.java |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/main/java/com/zy/core/thread/impl/NyLiftThread.java b/src/main/java/com/zy/core/thread/impl/NyLiftThread.java
index a11eccf..d175f91 100644
--- a/src/main/java/com/zy/core/thread/impl/NyLiftThread.java
+++ b/src/main/java/com/zy/core/thread/impl/NyLiftThread.java
@@ -181,8 +181,6 @@
             liftProtocol.setHasTray(data.getInteger("hasTray") == 1);
             //鏈夊皬杞�
             liftProtocol.setHasCar(data.getInteger("hasCar") == 1);
-            //鍑哄叆搴撴ā寮�
-            liftProtocol.setIOMode(data.getInteger("iOMode"));
             //鏁呴殰鐮�
             liftProtocol.setErrorCode(data.getInteger("errorCode"));
             //褰撳墠灞�
@@ -355,7 +353,7 @@
     @Override
     public CommandResponse switchIOMode(LiftIoModeType type) {
         CommandResponse response = new CommandResponse(true);
-        liftProtocol.setIOModeType(type);
+        liftProtocol.setIOMode(type);
         return response;
     }
 

--
Gitblit v1.9.1