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