自动化立体仓库 - WMS系统
#
zjj
2024-08-07 3f5ff8b4fe497f117cd726ceb1df08a31f84f511
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -675,10 +675,10 @@
            throw new CoolException("当前工作档已完成");
        }
        // 入库 + 库位转移
        if (wrkMast.getWrkSts() < 4 || (wrkMast.getWrkSts() > 10 && wrkMast.getIoType()==11)) {
        if (wrkMast.getIoType() <100 ) {
            wrkMast.setWrkSts(4L);
        // 出库
        } else if (wrkMast.getWrkSts() > 10) {
        } else if (wrkMast.getIoType() >100  && wrkMast.getWrkSts() > 10) {
            wrkMast.setWrkSts(14L);
        }
        Date now = new Date();