Junjie
2023-04-03 6ffc119998de63d0c6c6c356612b555a5da8ab4e
src/main/java/com/zy/core/model/protocol/LiftProtocol.java
@@ -216,6 +216,16 @@
    // 是否处于空闲待命状态
    public Boolean isIdle() {
        if(this.taskNo == null
                || this.liftLock == null
                || this.ready == null
                || this.running == null
                || this.mode == null
                || this.pakMk == null
        ){
            return false;
        }
        boolean res = this.taskNo == 0
                && !this.liftLock
                && this.ready