test #327
@@ -414,6 +414,7 @@ class ContentSeriesQueryRepositoryImpl(
|
||||
.innerJoin(series.contentList, seriesContent)
|
||||
.innerJoin(seriesContent.content, audioContent)
|
||||
.where(where)
|
||||
.groupBy(series.id)
|
||||
.orderBy(seriesContent.content.createdAt.desc())
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
|
||||
Reference in New Issue
Block a user