콘텐츠 메인 콘텐츠 탭 - 채널별 추천 단편
- 좋아요 개수를 기준으로 내림차순 정렬하도록 수정 - 유료 콘텐으만 나오도록 수정
This commit is contained in:
parent
4b1c2e36ed
commit
7a745c2f4b
|
@ -546,6 +546,7 @@ class RankingRepository(
|
||||||
.and(audioContent.duration.isNotNull)
|
.and(audioContent.duration.isNotNull)
|
||||||
.and(audioContent.limited.isNull)
|
.and(audioContent.limited.isNull)
|
||||||
.and(audioContentLike.isActive.isTrue)
|
.and(audioContentLike.isActive.isTrue)
|
||||||
|
.and(audioContent.price.gt(0))
|
||||||
|
|
||||||
if (!isAdult) {
|
if (!isAdult) {
|
||||||
where = where.and(audioContent.isAdult.isFalse)
|
where = where.and(audioContent.isAdult.isFalse)
|
||||||
|
|
Loading…
Reference in New Issue