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