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
.selectFrom(series)
.innerJoin(series.member, member)
.innerJoin(series.contentList, seriesContent)
.innerJoin(seriesContent.content, audioContent)
.where(where)
.groupBy(series.id)
.orderBy(seriesContent.content.createdAt.desc())
.offset(offset)
.limit(limit)
.fetch()