#
luxiaotao1123
2022-11-29 fad0239c357dfa96fed80028c97fa3634a92a2e5
src/main/java/com/zy/core/model/protocol/SteProtocol.java
@@ -190,6 +190,12 @@
     */
    private Short chargeStatus;
    // 入库取空
    private Boolean inEmpty;
    // 出库取空
    private Boolean outEmpty;
    public void setStatus(Short status){
        this.status = status;
        this.statusType = SteStatusType.get(status);
@@ -251,6 +257,7 @@
    // 是否处于空闲待命状态
    public Boolean isIdle() {
        boolean res = this.statusType.equals(SteStatusType.IDLE)
                && this.mode == 1
                && this.pakMk.equals("N")
                && !isAlarm()
                && this.chargeStatus == 0