mirror of
https://github.com/vran-dev/databasir.git
synced 2025-09-16 08:27:14 +08:00
fix: ut failed
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user