src/main/java/com/whyc/service/ProductService.java
@@ -898,7 +898,7 @@ List<MaterialHistory> materialHistoryList = new LinkedList<>(); //新物料 List<Material> newMaterialList = new LinkedList<>(); //已经存在的物料 //判断物料是否已经存在于物料表中 List<Material> materialUpdateList = new LinkedList<>(); for (ProductBom bom : bomList) { if (!subCodeList.contains(bom.getSubCode() + "/" + bom.getSubModel())) {