콘텐츠 랭킹

- 한정판 제외
This commit is contained in:
2024-09-19 16:36:55 +09:00
parent fd3d596d57
commit a25b7d5cc2

View File

@@ -603,6 +603,7 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
.and(audioContent.member.role.eq(MemberRole.CREATOR))
.and(audioContent.duration.isNotNull)
.and(audioContentTheme.isActive.isTrue)
.and(audioContent.limited.isNull)
if (!isAdult) {
where = where.and(audioContent.isAdult.isFalse)