test #2
|
@ -340,6 +340,7 @@ class AudioContentQueryRepositoryImpl(private val queryFactory: JPAQueryFactory)
|
|||
)
|
||||
)
|
||||
.from(audioContent)
|
||||
.innerJoin(audioContent.member, member)
|
||||
.where(where)
|
||||
.orderBy(audioContent.id.desc())
|
||||
.fetch()
|
||||
|
|
Loading…
Reference in New Issue