src/main/java/com/whyc/service/WorksheetLinkService.java
@@ -429,6 +429,9 @@ List<ProductBomHistory> newBomList = historyService.getListByParentModel(cpAList.get(0).getParentModel(), nextVersion); bomService.updateNewBom(newBomList); } else if(type.intValue() == EnumWorksheetType.ProductSoftware.getType()){ //转移记录 } } }