src/main/java/com/whyc/service/ProductBomService.java
@@ -602,4 +602,8 @@ return mapper.getEnabledBomListByParentCodeAndCustomCode(parentCode,customCode); } public void updateMaterialField2Bom() { List<ProductBom> bomList = mapper.selectListWithMaterialField(); mapper.updateMaterialField2BomBatch(bomList); } }