TASK:cloud;

This commit is contained in:
shahaibo
2025-06-06 10:51:25 +08:00
parent 054c9fd604
commit ce13874431

View File

@@ -748,6 +748,7 @@ public class WorkspaceServiceImpl extends ServiceImpl<WorkspaceMapper, Workspace
LocalDateTime now = LocalDateTime.now();
project.setCreateTime(now);
project.setUpdateTime(now);
project.setOriginal(1);
projectMapper.insert(project);
if (Objects.nonNull(projectDTO.getWorkspace())) {