시리즈 리스트 조회 API
- offset, limit 적용
This commit is contained in:
@@ -54,6 +54,8 @@ class ContentSeriesQueryRepositoryImpl(
|
|||||||
return queryFactory
|
return queryFactory
|
||||||
.selectFrom(series)
|
.selectFrom(series)
|
||||||
.where(where)
|
.where(where)
|
||||||
|
.offset(offset)
|
||||||
|
.limit(limit)
|
||||||
.fetch()
|
.fetch()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user