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); } }