fix: 최근 종료한 라이브 API 오류 수정
This commit is contained in:
parent
a849d00c7f
commit
885243a5b0
|
@ -398,7 +398,7 @@ class LiveRoomQueryRepositoryImpl(
|
||||||
liveRoom.isActive.isFalse
|
liveRoom.isActive.isFalse
|
||||||
.and(liveRoom.channelName.isNotNull)
|
.and(liveRoom.channelName.isNotNull)
|
||||||
)
|
)
|
||||||
.groupBy(liveRoom.member.id)
|
.groupBy(member.id)
|
||||||
.orderBy(liveRoom.updatedAt.max().desc())
|
.orderBy(liveRoom.updatedAt.max().desc())
|
||||||
.offset(offset)
|
.offset(offset)
|
||||||
.limit(20)
|
.limit(20)
|
||||||
|
|
Loading…
Reference in New Issue