#
Junjie
5 天以前 7620bd47ec7dc59ea1f4c00e35d238d9d6e4ab53
src/main/java/com/zy/core/thread/LedThread.java
@@ -205,7 +205,7 @@
    private void write7(List<LedCommand> list) {
        commandList = list;
        this.ledMk = false;
        StringBuilder sb = new StringBuilder();
        for (LedCommand command : list) {
            sb.append(command.getTitle()).append("(").append(command.getWorkNo()).append(")").append("\n");
@@ -237,6 +237,7 @@
    private void error(String msg) {
        errorMsg.delete(0, errorMsg.length());
        errorMsg.append(msg);
        this.ledMk = false;
    }
    public void errorReset() {