시리즈 #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 976aeb0f75 - Show all commits

View File

@ -89,6 +89,8 @@ class ContentSeriesContentQueryRepositoryImpl(
.innerJoin(seriesContent.series, series)
.innerJoin(seriesContent.content, audioContent)
.where(where)
.offset(offset)
.limit(limit)
.fetch()
}