TASK:AiDA模块化

This commit is contained in:
shahaibo
2025-03-19 12:17:29 +08:00
parent d6f9aa155e
commit ec836a6470

View File

@@ -1687,7 +1687,7 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
CollectionElement collectionElement = new CollectionElement(); CollectionElement collectionElement = new CollectionElement();
collectionElement.setAccountId(accountId); collectionElement.setAccountId(accountId);
collectionElement.setProjectId(projectId); collectionElement.setProjectId(projectId);
collectionElement.setLevel1Type(CollectionLevel1TypeEnum.PRINT_BOARD.getRealName()); collectionElement.setLevel1Type(CollectionLevel1TypeEnum.SKETCH_BOARD.getRealName());
collectionElement.setLevel2Type(board.getLevel2Type()); collectionElement.setLevel2Type(board.getLevel2Type());
collectionElement.setName(library.getName()); collectionElement.setName(library.getName());
collectionElement.setUrl(library.getUrl()); collectionElement.setUrl(library.getUrl());
@@ -1700,7 +1700,7 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
CollectionElement collectionElement = new CollectionElement(); CollectionElement collectionElement = new CollectionElement();
collectionElement.setAccountId(accountId); collectionElement.setAccountId(accountId);
collectionElement.setProjectId(projectId); collectionElement.setProjectId(projectId);
collectionElement.setLevel1Type(CollectionLevel1TypeEnum.PRINT_BOARD.getRealName()); collectionElement.setLevel1Type(CollectionLevel1TypeEnum.SKETCH_BOARD.getRealName());
collectionElement.setLevel2Type(board.getLevel2Type()); collectionElement.setLevel2Type(board.getLevel2Type());
// collectionElement.setName(generateDetail.get()); // collectionElement.setName(generateDetail.get());
collectionElement.setUrl(generateDetail.getUrl()); collectionElement.setUrl(generateDetail.getUrl());