Compare commits
2 Commits
c773dbc7b5
...
264cf75964
| Author | SHA1 | Date | |
|---|---|---|---|
| 264cf75964 | |||
| 58a57c9a0e |
@@ -400,6 +400,8 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
|
|||||||
return queryFactory
|
return queryFactory
|
||||||
.selectFrom(audioContentCuration)
|
.selectFrom(audioContentCuration)
|
||||||
.where(where)
|
.where(where)
|
||||||
|
.offset(0)
|
||||||
|
.limit(15)
|
||||||
.orderBy(audioContentCuration.orders.asc())
|
.orderBy(audioContentCuration.orders.asc())
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user