自动化立体仓库 - WMS系统
tqs
2024-05-31 7074c73ea7e429a15c39dce8329f22961e8e2e3e
src/main/java/com/zy/asrs/task/AutoReplenishmentScheduler.java
@@ -67,7 +67,7 @@
                if(anfmeSum > mat.getStoreMin()){
                    continue;
                }
                //查询当前物料四项库是否存在,并且货架不含有非料箱物料
                //查询当前物料四项库是否存在,并且货架不含有非货架物料
                if(Cools.isEmpty(locDetlService.selectOne(new EntityWrapper<LocDetl>().eq("matnr", mat.getMatnr())))){
                    continue;
                }