From 822acaca7d160e07212bb6d07dd9dfd9fb1e226f Mon Sep 17 00:00:00 2001 From: zhaokai Date: Mon, 13 Apr 2026 15:27:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E6=82=A3=E8=80=83=E8=AF=84=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/HiddenEvaluationRecordMapper.xml | 15 ++++++++------- .../resources/mapper/HiddenExchangeInfoMapper.xml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml b/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml index 2f3b9db..d311421 100644 --- a/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/HiddenEvaluationRecordMapper.xml @@ -299,7 +299,8 @@ GROUP BY ci.id, ci.corp_name - ORDER BY ecorp.create_time desc + order by CASE WHEN ci.type = 2 THEN 0 ELSE 1 END, + ci.corp_order ASC