自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-12-08 b9dfde3882128f8d7afaeba714b8f14ec8d482cf
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() + "条码商品资料不存在,请先添加!");
            }