自动化立体仓库 - WMS系统
#
gtctu
2 天以前 d029518fd1ce9170fcf276b28d76d8d7b4f3a948
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -1185,6 +1185,8 @@
        // 出库
        } else if (wrkMast.getIoType() >100  && wrkMast.getWrkSts() > 10) {
            wrkMast.setWrkSts(14L);
        }else if (wrkMast.getIoType() == 200) {
            wrkMast.setWrkSts(5L);
        }
        Date now = new Date();
        wrkMast.setCrnStrTime(DateUtils.calculate(now, 1L, TimeUnit.SECONDS, true));