From 0ca23cc4ca4876f872b0b929a0ca3176fa8b08fb Mon Sep 17 00:00:00 2001 From: whyour Date: Thu, 27 Oct 2022 00:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E9=BB=98=E8=AE=A4=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/services/env.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/services/env.ts b/back/services/env.ts index b43d6f03..52c77f0a 100644 --- a/back/services/env.ts +++ b/back/services/env.ts @@ -115,7 +115,7 @@ export default class EnvService { const result = await this.find(condition, [ ['status', 'ASC'], ['position', 'DESC'], - ['createdAt', 'DESC'], + ['createdAt', 'ASC'], ]); return result as any; } catch (error) {