自动化立体仓库 - WMS系统
#
LSH
2022-11-29 5492ef73e74bf47d379be9e542ec02c91574a89f
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -707,6 +707,7 @@
            wrkMast.setWrkSts(9L);
            // 出库
        } else if (wrkMast.getWrkSts() > 10) {
            wrkMast.setSteNo(0);
            wrkMast.setWrkSts(17L);
        }
        Date now = new Date();