시리즈, 시리즈 콘텐츠
- 정렬순서 추가
This commit is contained in:
@@ -64,6 +64,7 @@ class ContentSeriesQueryRepositoryImpl(
|
||||
return queryFactory
|
||||
.selectFrom(series)
|
||||
.where(where)
|
||||
.orderBy(series.orders.asc(), series.createdAt.asc())
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.fetch()
|
||||
|
@@ -89,6 +89,7 @@ class ContentSeriesContentQueryRepositoryImpl(
|
||||
.innerJoin(seriesContent.series, series)
|
||||
.innerJoin(seriesContent.content, audioContent)
|
||||
.where(where)
|
||||
.orderBy(series.orders.asc(), series.createdAt.asc())
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.fetch()
|
||||
|
Reference in New Issue
Block a user