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