parent
a529f05825
commit
3dca59685e
|
@ -190,7 +190,7 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
|
|||
audioContent.releaseDate.gt(LocalDateTime.now()),
|
||||
Expressions.asBoolean(false),
|
||||
Expressions.asBoolean(false),
|
||||
audioContent.remaining.isNotNull.and(audioContent.remaining.loe(0))
|
||||
audioContent.remaining.loe(0)
|
||||
)
|
||||
)
|
||||
.from(audioContent)
|
||||
|
|
Loading…
Reference in New Issue