parent
7b04803aa0
commit
b10af9d9f1
|
@ -54,6 +54,8 @@ class ContentSeriesQueryRepositoryImpl(
|
|||
return queryFactory
|
||||
.selectFrom(series)
|
||||
.where(where)
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
.fetch()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue