test #214

Merged
klaus merged 13 commits from test into main 2024-09-23 06:24:12 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit a25b7d5cc2 - Show all commits

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)