自动化立体仓库 - WMS系统
bfwms
2025-07-07 2fc66774335bfc603aa36b1ca41e5f1be19442b0
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -483,6 +483,12 @@
            if (Cools.isEmpty(matParam.getMatnr())) {
                throw new CoolException("商品编码不能为空");
            }
            if (Cools.isEmpty(matParam.getInoutEveryday())) {
                throw new CoolException("是否为高频入出库物料标识不能为空");
            }
            if (Cools.isEmpty(matParam.getMatType())) {
                throw new CoolException("上架区域不能为空");
            }
            Date now = new Date();
            Mat mat = matService.selectByMatnr(matParam.getMatnr());
            if (mat == null) {