whycxzp
2022-08-16 7706ed107881a62f7fd1b6471d759bbe095cde1d
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()){
                //转移记录
            }
        }
    }