自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-12-07 9b6fb2989fe08f4062619b0b49375567c71b40ef
src/main/java/com/zy/common/web/WcsController.java
@@ -60,9 +60,9 @@
            if (Cools.isEmpty(param.getBarcode())) {
                return R.error("条码不能为空");
            }
            mat = matService.selectByMatnr(param.getBarcode());
            mat = matService.selectByBarcode(param.getBarcode());
            if (Cools.isEmpty(mat)) {
                return R.error(param.getBarcode() + "编码商品资料不存在,请先添加");
                return R.error(param.getBarcode() + "条码商品资料不存在,请先添加!");
            }
//            waitPakins = waitPakinService.selectList(new EntityWrapper<WaitPakin>().eq("zpallet", param.getBarcode()));
//            if (Cools.isEmpty(waitPakins)) {