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