라이브 후원현황 API

- 쿼리시 조인하지 않은 테이블의 컬럼을 조회해서 발생한 예외현황 수정
This commit is contained in:
Klaus 2024-09-23 22:43:12 +09:00
parent 7204acb2bb
commit e1b142a044
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)