更改排序方式

This commit is contained in:
ZtRXR 2023-09-02 00:48:26 +08:00
parent 62f93b1b90
commit 7305fc7a88
1 changed files with 3 additions and 1 deletions

View File

@ -43,8 +43,10 @@ export class HotTopController {
} }
) )
.addOrderBy('time.lastTime', "DESC") .addOrderBy('time.lastTime', "DESC")
.addOrderBy('time.times', "DESC") // .addOrderBy('time.times', "DESC")
.limit(limit) .limit(limit)
// .getSql()
.getMany() .getMany()
} }
} }