fix: ut failed

This commit is contained in:
vran
2022-05-29 17:42:32 +08:00
parent d2cb8789f5
commit e574d74ab5

View File

@@ -137,7 +137,7 @@ public class ProjectService {
projectDao.updateById(project);
ProjectSaved event = ProjectSaved.builder()
.groupId(project.getGroupId())
.groupId(groupId)
.projectId(project.getId())
.projectName(project.getName())
.projectDescription(project.getDescription())