TASK:AiDA模块化

This commit is contained in:
shahaibo
2025-03-19 09:27:10 +08:00
parent 2db65776b1
commit 591b4bf119

View File

@@ -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();