自动化立体仓库 - WMS系统
#
zyx
2024-06-04 0cdf3e50751dee9c76fec7ca4a9b9be0d967da68
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -1378,11 +1378,10 @@
                throw new CoolException("请检查输入的库位码");
            }
            plaEntityWrapper.eq("loc_no",barcode);
            plaEntityWrapper.notLike("status","全部出库");
        }else {
            throw new CoolException("条码信息有误!");
        }
        plaEntityWrapper.eq(false,"status","全部出库");
        List<Pla> plaList = plaService.selectList(plaEntityWrapper);
        if (Cools.isEmpty(plaList)){
            throw new CoolException("未查询到库存物料信息");