更改排序方式
This commit is contained in:
parent
62f93b1b90
commit
7305fc7a88
@ -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()
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user