修复输出sql bug

This commit is contained in:
ZtRXR 2023-09-02 01:01:05 +08:00
parent 4dbe7c5893
commit 4b1a0b0078
1 changed files with 2 additions and 2 deletions

View File

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