Junjie
2023-08-02 e4a672a1ff1d8d881fe3071edb69080c2edaa96c
src/main/java/com/zy/core/model/protocol/LiftProtocol.java
@@ -115,7 +115,7 @@
    /**
     * 作业标记
     */
    private Boolean pakMk = true;
    private Boolean pakMk = false;
    /**
     * 任务命令
@@ -152,7 +152,7 @@
        boolean res = (this.taskNo == 0 || this.taskNo.intValue() == taskNo.intValue())
                && !this.busy
                && this.model
                && this.pakMk.equals(true)
                && !this.pakMk
                && !this.deviceError
                ;
        return res;
@@ -172,7 +172,7 @@
        boolean res = this.taskNo == 0
                && !this.busy
                && this.model
                && this.pakMk.equals(true)
                && !this.pakMk
                && !this.deviceError
                ;
        return res;
@@ -191,7 +191,7 @@
        boolean res = !this.busy
                && this.model
                && this.pakMk.equals(true)
                && !this.pakMk
                && !this.deviceError
                ;
        return res;