콘텐츠 메인 - 홈, 단편 - 채널별 인기 콘텐츠

- 보이는 채널 조건 아래와 같이 변경
- 유료 콘텐츠 4개 이상 등록한 채널의 주간 콘텐츠 판매 개수 Top 20
This commit is contained in:
2025-02-17 11:54:08 +09:00
parent 3d1716d847
commit 239516b98b
4 changed files with 15 additions and 16 deletions

View File

@@ -181,12 +181,12 @@ class RankingService(
}
}
fun fetchCreatorByContentRevenueRankTop20(
fun fetchCreatorBySellContentCountRankTop20(
memberId: Long,
startDate: LocalDateTime,
endDate: LocalDateTime
): List<ContentCreatorResponse> {
return repository.fetchCreatorByContentRevenueRankTop20(memberId, startDate, endDate)
return repository.fetchCreatorBySellContentCountRankTop20(memberId, startDate, endDate)
}
fun fetchCreatorContentBySalesTop2(