test #332
| @@ -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) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user