콘텐츠 랭킹

- 한정판 제외
This commit is contained in:
Klaus 2024-09-19 16:36:55 +09:00
parent fd3d596d57
commit a25b7d5cc2
1 changed files with 1 additions and 0 deletions

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)