test #327

Merged
klaus merged 13 commits from test into main 2025-07-14 11:07:58 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit ca870392e2 - Show all commits

View File

@ -410,12 +410,8 @@ class ContentSeriesQueryRepositoryImpl(
return queryFactory return queryFactory
.selectFrom(series) .selectFrom(series)
.innerJoin(series.member, member)
.innerJoin(series.contentList, seriesContent)
.innerJoin(seriesContent.content, audioContent)
.where(where) .where(where)
.groupBy(series.id) .groupBy(series.id)
.orderBy(seriesContent.content.createdAt.desc())
.offset(offset) .offset(offset)
.limit(limit) .limit(limit)
.fetch() .fetch()