From bb356a45c1d4b8163d5fe5c25f701d99cf68d230 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Wed, 19 Jul 2023 17:30:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BB=E6=8A=A4=E6=95=B0=E6=8D=AE=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=80=92=E5=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/controllers/overview/conserve.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/app/lib/controllers/overview/conserve.js b/api/app/lib/controllers/overview/conserve.js index e8d10250..75e10310 100644 --- a/api/app/lib/controllers/overview/conserve.js +++ b/api/app/lib/controllers/overview/conserve.js @@ -15,6 +15,7 @@ async function statistic (ctx) { model: models.User, attributes: ['name'] }], + order: [['time', 'DESC']] } if (projectType) {