test #2

Merged
klaus merged 3 commits from test into main 2023-08-18 12:54:09 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 409af8b18c - Show all commits

View File

@ -340,6 +340,7 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
) )
) )
.from(audioContent) .from(audioContent)
.innerJoin(audioContent.member, member)
.where(where) .where(where)
.orderBy(audioContent.id.desc()) .orderBy(audioContent.id.desc())
.fetch() .fetch()