自动化立体仓库 - WMS系统
#
zjj
2024-07-25 a2b65545aaf06ab33560e340eb6a88d7800d938c
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;
        }
    }
}