시리즈 콘텐츠 리스트
- offset, limit 추가
This commit is contained in:
@@ -89,6 +89,8 @@ class ContentSeriesContentQueryRepositoryImpl(
|
|||||||
.innerJoin(seriesContent.series, series)
|
.innerJoin(seriesContent.series, series)
|
||||||
.innerJoin(seriesContent.content, audioContent)
|
.innerJoin(seriesContent.content, audioContent)
|
||||||
.where(where)
|
.where(where)
|
||||||
|
.offset(offset)
|
||||||
|
.limit(limit)
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user