自动化立体仓库 - WMS系统
#
zjj
2024-08-02 f945283e9b12d9a871b806ef67adc8d6d125cd46
src/main/java/com/zy/asrs/entity/WrkMast.java
@@ -495,6 +495,15 @@
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.logErrTime);
    }
    public Long getWrkStsComplete(){
        if (Cools.isEmpty(this.wrkSts)){
            return this.wrkSts;
        }
        if (this.ioType>10){
            return this.wrkSts+2;
        }else {
            return this.wrkSts+2;
        }
    }
}