From 159a051cf8896529a24d0df76b50e374622469d5 Mon Sep 17 00:00:00 2001 From: gaoqr <13665037151@163.com> Date: Mon, 1 Jun 2026 15:45:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E9=85=8D=E7=BD=AE=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=9F=A5=E8=AF=A2=E5=AD=97=E5=85=B8=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=8C=89=E6=8E=92=E5=BA=8F=E5=8F=B7=E4=BB=8E=E5=A4=A7=E5=88=B0?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/dict/DictDataI18nMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/cf-module-system/cf-module-system-biz/src/main/resources/mapper/dict/DictDataI18nMapper.xml b/cf-module-system/cf-module-system-biz/src/main/resources/mapper/dict/DictDataI18nMapper.xml index 996c17a74..12be3a6ed 100644 --- a/cf-module-system/cf-module-system-biz/src/main/resources/mapper/dict/DictDataI18nMapper.xml +++ b/cf-module-system/cf-module-system-biz/src/main/resources/mapper/dict/DictDataI18nMapper.xml @@ -30,6 +30,7 @@ on d.id = i.dict_data_id and i.locale = #{locale} where d.deleted = false and d.dict_type = #{dictType} + order by d.sort desc