From 52a3d2b51c7ca58abcb0e31783671af98d526aef Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期五, 22 十二月 2023 12:17:23 +0800
Subject: [PATCH] #检料盘点工作档更新

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

diff --git a/src/main/java/com/zy/core/thread/LedThread.java b/src/main/java/com/zy/core/thread/LedThread.java
index 4c89da6..9cbaf56 100644
--- a/src/main/java/com/zy/core/thread/LedThread.java
+++ b/src/main/java/com/zy/core/thread/LedThread.java
@@ -105,19 +105,17 @@
     private void reset() {
         commandList = null;
         stringBuffer.delete(0, stringBuffer.length());
-        this.ledMk = false;
+        errorMsg.delete(0, errorMsg.length());
     }
 
 
     private void error(String msg) {
         errorMsg.delete(0, errorMsg.length());
         errorMsg.append(msg);
-        this.ledMk = false;
     }
 
     public void errorReset() {
         this.errorMsg.delete(0, errorMsg.length());
-        this.ledMk = false;
     }
 
     @Override

--
Gitblit v1.9.1