自动化立体仓库 - WMS系统
skyouc
2026-02-24 9635e42dfd2f5e0577e2c97309b980e76ec0842b
src/main/java/com/zy/asrs/controller/LocDetlController.java
@@ -71,6 +71,7 @@
        for (LocDetl locDetl : groupLocDetl.getRecords()) {
            AbnormalLocDetlParam abnormalLocDetlParam = new AbnormalLocDetlParam();
            Mat mat = matService.selectOne(new EntityWrapper<Mat>()
                    .eq("supp_code", locDetl.getStandby1())
                    .eq("matnr", locDetl.getMatnr()));
            if (Cools.isEmpty(mat)) {
                continue;
@@ -300,6 +301,7 @@
        for (LocDetl locDetl : groupLocDetl.getRecords()) {
            AbnormalLocDetlParam abnormalLocDetlParam = new AbnormalLocDetlParam();
            Mat mat = matService.selectOne(new EntityWrapper<Mat>()
                    .eq("supp_code", locDetl.getStandby1())
                    .eq("matnr", locDetl.getMatnr()));
            if (Cools.isEmpty(mat)) {
                continue;