test #188

Merged
klaus merged 7 commits from test into main 2024-06-03 22:13:56 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3dca59685e - Show all commits

View File

@ -190,7 +190,7 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
audioContent.releaseDate.gt(LocalDateTime.now()), audioContent.releaseDate.gt(LocalDateTime.now()),
Expressions.asBoolean(false), Expressions.asBoolean(false),
Expressions.asBoolean(false), Expressions.asBoolean(false),
audioContent.remaining.isNotNull.and(audioContent.remaining.loe(0)) audioContent.remaining.loe(0)
) )
) )
.from(audioContent) .from(audioContent)