更改排序逻辑
This commit is contained in:
parent
7305fc7a88
commit
afda4d6558
@ -42,7 +42,7 @@ export class HotTopController {
|
|||||||
endTime: nowDate
|
endTime: nowDate
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
.addOrderBy('time.lastTime', "DESC")
|
.orderBy('time.lastTime', "DESC")
|
||||||
// .addOrderBy('time.times', "DESC")
|
// .addOrderBy('time.times', "DESC")
|
||||||
.limit(limit)
|
.limit(limit)
|
||||||
// .getSql()
|
// .getSql()
|
||||||
|
Loading…
Reference in New Issue
Block a user