TASK:AiDA模块化
This commit is contained in:
@@ -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());
|
||||||
|
|||||||
Reference in New Issue
Block a user