mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 06:46:24 +00:00
fix: user id 저장 추가 (회의시작 API)
This commit is contained in:
parent
47385958d3
commit
e87f916657
@ -226,6 +226,7 @@ public class MeetingService implements
|
||||
.sections(List.of())
|
||||
.status("DRAFT")
|
||||
.version(1)
|
||||
.userId(meeting.getOrganizerId())
|
||||
.createdBy(meeting.getOrganizerId()) // TODO: 실제 사용자 ID 사용
|
||||
.createdAt(LocalDateTime.now())
|
||||
.build();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user