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)