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