src/main/java/com/zy/core/thread/LedThread.java
@@ -106,8 +106,8 @@ private void reset() { commandList = null; stringBuffer.delete(0, stringBuffer.length()); this.errorMsg.delete(0, errorMsg.length()); } @@ -129,4 +129,11 @@ public void close() { } /** * 清除作业启动中 */ @Override public void setWrkSign() { } }