src/main/java/com/whyc/service/ProductBomService.java
@@ -537,4 +537,8 @@ public List<ProductBom> getListByCodeAndModelList2(List<ProductBom> bomList) { return mapper.getListByCodeAndModelList2(bomList); } public ProductBom getEnabledStandardBomListByParentCode(String parentCode) { return mapper.getEnabledStandardBomListByParentCode(parentCode); } }