自动化立体仓库 - WMS系统
chen.llin
6 天以前 3d100caf5453681293eb0c50f8b01e41e74735b1
src/main/java/com/zy/asrs/service/impl/TaskServiceImpl.java
@@ -48,10 +48,10 @@
            throw new CoolException("当前工作档已完成");
        }
        // 入库 + 库位转移
        if (wrkMast.getIoType() < 100){
        if (wrkMast.getIoType() < 50){
            wrkMast.setWrkSts(4L);
            // 出库
        } else if (wrkMast.getWrkSts() > 10) {
        } else  {
            wrkMast.setWrkSts(14L);
        }
        Date now = new Date();