콘텐츠 메인 홈 탭 - 채널별 인기 콘텐츠
- 크리에이터 정렬 - 판매수 내림차순
This commit is contained in:
@@ -340,7 +340,7 @@ class RankingRepository(
|
||||
val ordersCondition = order.audioContent.id.eq(audioContent.id)
|
||||
.and(order.isActive.isTrue)
|
||||
.and(order.createdAt.goe(startDate))
|
||||
.and(order.createdAt.lt(startDate))
|
||||
.and(order.createdAt.lt(endDate))
|
||||
|
||||
val memberCondition = member.isActive.isTrue
|
||||
.and(member.role.eq(MemberRole.CREATOR))
|
||||
|
Reference in New Issue
Block a user