mirror of
https://github.com/vran-dev/databasir.git
synced 2025-09-18 01:37:12 +08:00
fix: ut failed
This commit is contained in:
@@ -137,7 +137,7 @@ public class ProjectService {
|
|||||||
projectDao.updateById(project);
|
projectDao.updateById(project);
|
||||||
|
|
||||||
ProjectSaved event = ProjectSaved.builder()
|
ProjectSaved event = ProjectSaved.builder()
|
||||||
.groupId(project.getGroupId())
|
.groupId(groupId)
|
||||||
.projectId(project.getId())
|
.projectId(project.getId())
|
||||||
.projectName(project.getName())
|
.projectName(project.getName())
|
||||||
.projectDescription(project.getDescription())
|
.projectDescription(project.getDescription())
|
||||||
|
Reference in New Issue
Block a user