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