更改排序方式
This commit is contained in:
parent
ff40cc6a27
commit
2dc0a7069a
@ -42,6 +42,7 @@ export class HotTopController {
|
|||||||
endTime: nowDate
|
endTime: nowDate
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
.addOrderBy('time.lastTime', "DESC")
|
||||||
.addOrderBy('time.times', "DESC")
|
.addOrderBy('time.times', "DESC")
|
||||||
.limit(limit)
|
.limit(limit)
|
||||||
.getMany()
|
.getMany()
|
||||||
|
Loading…
Reference in New Issue
Block a user