큐레이션 - member join 추가
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user