parent
308127d044
commit
43ea4191c3
|
@ -537,6 +537,8 @@ class RankingRepository(
|
|||
)
|
||||
)
|
||||
.from(audioContent)
|
||||
.innerJoin(audioContent.theme, audioContentTheme)
|
||||
.innerJoin(audioContent.member, member)
|
||||
.where(where)
|
||||
.orderBy(audioContent.playCount.desc())
|
||||
.offset(0)
|
||||
|
|
Loading…
Reference in New Issue