test #259

Merged
klaus merged 18 commits from test into main 2025-02-18 14:48:10 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 43ea4191c3 - Show all commits

View File

@ -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)