콘텐츠 리스트
- 대여/소장/매진 여부 추가
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user