mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 07:56: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())
|
.sections(List.of())
|
||||||
.status("DRAFT")
|
.status("DRAFT")
|
||||||
.version(1)
|
.version(1)
|
||||||
|
.userId(meeting.getOrganizerId())
|
||||||
.createdBy(meeting.getOrganizerId()) // TODO: 실제 사용자 ID 사용
|
.createdBy(meeting.getOrganizerId()) // TODO: 실제 사용자 ID 사용
|
||||||
.createdAt(LocalDateTime.now())
|
.createdAt(LocalDateTime.now())
|
||||||
.build();
|
.build();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user