Junjie
2023-08-02 fffbf0c777f1189c7eed623b15660dbcbe50d2a1
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;