whycxzp
2022-09-03 24ffd7762ead9354264b29a3374ee46cae07ad45
src/main/java/com/whyc/service/ProductBomService.java
@@ -471,4 +471,8 @@
        update.eq("product_id",productId);
        mapper.delete(update);
    }
    public List<ProductBom> getListByCodeAndModelList2(List<ProductBom> bomList) {
        return mapper.getListByCodeAndModelList2(bomList);
    }
}