yml
Junjie
2023-06-10 69f5e7d6deb58da328d809e2904310240f9502d7
src/main/java/com/zy/core/model/protocol/ShuttleProtocol.java
@@ -54,7 +54,7 @@
    private String sourceLocNo;
    /**
     * 目标库位
     * 目标库位f
     */
    private String locNo;
@@ -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)