自动化立体仓库 - WMS系统
1
zc
2025-09-10 7e2347d5414d8db22e48b00bf903b85fa68c0de5
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -754,7 +754,7 @@
        if (Cools.isEmpty(wrkMast)) {
            throw new CoolException(workNo + "工作档不存在");
        }
        if (wrkMast.getWrkSts() == 4 || wrkMast.getWrkSts() == 14) {
        if (wrkMast.getWrkSts() == 4 || wrkMast.getWrkSts() >= 14) {
            throw new CoolException("当前工作档已完成");
        }
        // 入库 + 库位转移