Merge pull request '라이브 후원현황 API' (#215) from test into main

Reviewed-on: #215
This commit is contained in:
klaus 2024-09-23 13:58:14 +00:00
commit 23cd1b4601
1 changed files with 1 additions and 0 deletions

View File

@ -265,6 +265,7 @@ class LiveRoomQueryRepositoryImpl(
)
)
.from(useCan)
.innerJoin(useCan.room, liveRoom)
.join(useCan.member, member)
.groupBy(useCan.member)
.where(where)