From 4b1a0b0078bdb0bf9e184472bd53d00b25fc61d9 Mon Sep 17 00:00:00 2001 From: ZtRXR Date: Sat, 2 Sep 2023 01:01:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BE=93=E5=87=BAsql=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controller/HotTopController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controller/HotTopController.ts b/src/controller/HotTopController.ts index eb98be5..f63a2db 100644 --- a/src/controller/HotTopController.ts +++ b/src/controller/HotTopController.ts @@ -45,8 +45,8 @@ export class HotTopController { .addOrderBy('time.lastTime', "DESC") .addOrderBy('time.times', "DESC") .limit(limit) - .getSql() - // .getMany() + // .getSql() + .getMany() } } \ No newline at end of file