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