test #332

Merged
klaus merged 15 commits from test into main 2025-07-18 12:33:22 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 5696240e03 - Show all commits

View File

@ -393,6 +393,7 @@ class LiveRoomQueryRepositoryImpl(
liveRoom.updatedAt.max() liveRoom.updatedAt.max()
) )
) )
.from(liveRoom)
.innerJoin(liveRoom.member, member) .innerJoin(liveRoom.member, member)
.where( .where(
liveRoom.isActive.isFalse liveRoom.isActive.isFalse