콘텐츠 메인 무료 탭
- 콘텐츠 테마와 유저 테이블 데이터를 사용하므로 해당 테이블 조인 코드 추가
This commit is contained in:
@@ -537,6 +537,8 @@ class RankingRepository(
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
.from(audioContent)
|
.from(audioContent)
|
||||||
|
.innerJoin(audioContent.theme, audioContentTheme)
|
||||||
|
.innerJoin(audioContent.member, member)
|
||||||
.where(where)
|
.where(where)
|
||||||
.orderBy(audioContent.playCount.desc())
|
.orderBy(audioContent.playCount.desc())
|
||||||
.offset(0)
|
.offset(0)
|
||||||
|
Reference in New Issue
Block a user