自动化立体仓库 - WCS系统
Junjie
2023-05-09 1ee427c388dfdb76121c6962a9ae65b72b6d0fdb
src/main/java/com/zy/core/model/protocol/ShuttleProtocol.java
@@ -277,6 +277,10 @@
    // 是否满足充电状态
    public Boolean isRequireCharge() {
        if (this.busyStatusType == null || this.pakMk == null || this.errorCodeType == null || this.taskNo == null) {
            return false;
        }
        boolean res = this.busyStatusType.equals(ShuttleStatusType.IDLE)
                && this.pakMk.equals(true)
                && this.errorCodeType.equals(ShuttleErrorCodeType.NORMAL)