TASK:AiDA模块化
This commit is contained in:
@@ -242,7 +242,7 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
||||
// }
|
||||
|
||||
Long workspaceId = workspaceService.getByProjectId(project.getId());
|
||||
WorkspaceVO workspaceVO = workspaceService.getByIdNew(workspaceId);
|
||||
WorkspaceVO workspaceVO = workspaceService.getByIdForProject(workspaceId);
|
||||
|
||||
String process = project.getProcess();
|
||||
|
||||
@@ -1477,6 +1477,7 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
||||
}
|
||||
|
||||
@Override
|
||||
@Transactional
|
||||
public ModuleChooseVO saveModuleContent(ModuleSaveDTO moduleSaveDTO) {
|
||||
Long accountId = UserContext.getUserHolder().getId();
|
||||
Long projectId = moduleSaveDTO.getProjectId();
|
||||
|
||||
Reference in New Issue
Block a user