From 8a4523e604f95e72a41eafc30e288d9cdb934a85 Mon Sep 17 00:00:00 2001 From: shenzhidan Date: Fri, 6 Mar 2026 11:29:57 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E6=94=B9=E7=9B=91=E7=AE=A1?= =?UTF-8?q?=E7=AB=AF=E7=BB=9F=E8=AE=A1=E5=85=AC=E5=8F=B8=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/CorpCertificateMapper.xml | 2 +- .../src/main/resources/mapper/UserCertificateMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web-infrastructure/src/main/resources/mapper/CorpCertificateMapper.xml b/web-infrastructure/src/main/resources/mapper/CorpCertificateMapper.xml index ec3863d..9d85ba7 100644 --- a/web-infrastructure/src/main/resources/mapper/CorpCertificateMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/CorpCertificateMapper.xml @@ -44,7 +44,7 @@ GROUP BY ci.id, ci.corp_name, ci.type ORDER BY - ci.id DESC + ci.corp_order ASC diff --git a/web-infrastructure/src/main/resources/mapper/UserCertificateMapper.xml b/web-infrastructure/src/main/resources/mapper/UserCertificateMapper.xml index 3648e45..4a2f5b2 100644 --- a/web-infrastructure/src/main/resources/mapper/UserCertificateMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/UserCertificateMapper.xml @@ -203,7 +203,7 @@ GROUP BY ci.id, ci.corp_name - ORDER BY ci.corp_order ASC, ci.id ASC + ORDER BY ci.corp_order ASC