fix: 라이브 메인 API - 최근 종료된 라이브
- 날짜 제한 2주
This commit is contained in:
@@ -395,6 +395,8 @@ class LiveRoomQueryRepositoryImpl(
|
||||
subLiveRoom.isActive.isFalse
|
||||
.and(subLiveRoom.channelName.isNotNull)
|
||||
.and(subLiveRoom.member.role.eq(MemberRole.CREATOR))
|
||||
.and(subLiveRoom.member.isActive.isTrue)
|
||||
.and(subLiveRoom.updatedAt.goe(LocalDateTime.now().minusWeeks(2)))
|
||||
)
|
||||
.groupBy(subLiveRoom.member.id)
|
||||
|
||||
|
Reference in New Issue
Block a user