longyvfengyun
2022-07-27 d90f0e1d65c60d5d8f382595cc2b51e36ba26546
src/main/java/com/whyc/service/ProductBomHistoryService.java
@@ -34,4 +34,8 @@
    public void addBatch(List<ProductBomHistory> newHistoryList) {
        mapper.insertBatchSomeColumn(newHistoryList);
    }
    public void updateVersionBatch(List<ProductBomHistory> newVersionCurrentHistoryList) {
        mapper.updateVersionBatch(newVersionCurrentHistoryList);
    }
}