fix: ut failed
This commit is contained in:
parent
d2cb8789f5
commit
e574d74ab5
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue