自动化立体仓库 - WMS系统
#
LSH
2023-03-24 063a8d4effd17587f5f46c4a771ae4a112ad5ae5
src/main/java/com/zy/asrs/utils/MatExcelListener.java
@@ -132,7 +132,7 @@
            mat = excel;
            mat.setTagId(tagId);
            if (!matService.insert(mat)) {
                throw new CoolException("保存商品信息失败,商品编码:" + excel.getMatnr());
                throw new CoolException("保存商品信息失败,物料号:" + excel.getMatnr());
            }
            total++;
        }