시리즈 #167

Merged
klaus merged 35 commits from test into main 2024-04-26 18:51:10 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit b10af9d9f1 - Show all commits

View File

@ -54,6 +54,8 @@ class ContentSeriesQueryRepositoryImpl(
return queryFactory return queryFactory
.selectFrom(series) .selectFrom(series)
.where(where) .where(where)
.offset(offset)
.limit(limit)
.fetch() .fetch()
} }
} }