TASK:模块化;
This commit is contained in:
@@ -702,7 +702,8 @@ public class PortfolioServiceImpl extends ServiceImpl<PortfolioMapper, Portfolio
|
||||
collectionMapper.insert(collectionOld);
|
||||
Long collectionIdNew = collectionOld.getId();
|
||||
|
||||
Workspace workspace = workspaceService.getCurrentWorkspace();
|
||||
Long workspaceServiceByProjectId = workspaceService.getByProjectId(projectId);
|
||||
Workspace workspace = workspaceMapper.selectById(workspaceServiceByProjectId);
|
||||
Design design = new Design();
|
||||
design.setCollectionId(collectionIdNew);
|
||||
design.setAccountId(authPrincipalVo.getId());
|
||||
|
||||
Reference in New Issue
Block a user