test #258

Merged
klaus merged 26 commits from test into main 2025-02-14 18:09:12 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a6e949bdd6 - Show all commits

View File

@ -289,7 +289,7 @@ class RankingRepository(
.where(where) .where(where)
.groupBy(series.id) .groupBy(series.id)
.orderBy( .orderBy(
order.can.sum().desc(), order.id.countDistinct().desc(),
Expressions.numberTemplate(Double::class.java, "function('rand')").asc() Expressions.numberTemplate(Double::class.java, "function('rand')").asc()
) )
.offset(0) .offset(0)