parent
89beba25b6
commit
bf634b09db
|
@ -614,6 +614,7 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
|
|||
val where = audioContent.isActive.isFalse
|
||||
.and(audioContent.releaseDate.isNotNull)
|
||||
.and(audioContent.releaseDate.loe(LocalDateTime.now()))
|
||||
.and(audioContent.duration.isNotNull)
|
||||
|
||||
return queryFactory
|
||||
.select(audioContent.id)
|
||||
|
|
Loading…
Reference in New Issue