From eabf54e911618c25e846e3e79aa08a46d20b9aec Mon Sep 17 00:00:00 2001 From: zhaokai Date: Mon, 13 Apr 2026 11:27:50 +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 --- .../src/main/resources/mapper/EvaluationConfigMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-infrastructure/src/main/resources/mapper/EvaluationConfigMapper.xml b/web-infrastructure/src/main/resources/mapper/EvaluationConfigMapper.xml index 59462ad..230abd6 100644 --- a/web-infrastructure/src/main/resources/mapper/EvaluationConfigMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/EvaluationConfigMapper.xml @@ -56,7 +56,7 @@ order by CASE WHEN ci.type = 2 THEN 0 ELSE 1 END, - ci.corp_order ASC; + ci.corp_order ASC