修复输出sql bug
This commit is contained in:
parent
4dbe7c5893
commit
4b1a0b0078
@ -45,8 +45,8 @@ export class HotTopController {
|
||||
.addOrderBy('time.lastTime', "DESC")
|
||||
.addOrderBy('time.times', "DESC")
|
||||
.limit(limit)
|
||||
.getSql()
|
||||
// .getMany()
|
||||
// .getSql()
|
||||
.getMany()
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user