From 696e1778460f59a66c4a8a3613d71f4193c162c2 Mon Sep 17 00:00:00 2001 From: gong <1157756119@qq.com> Date: Mon, 22 Dec 2025 16:42:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/SysMenuMapper.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cash-service/account-service/src/main/resources/mapper/SysMenuMapper.xml b/cash-service/account-service/src/main/resources/mapper/SysMenuMapper.xml index aac89845c..0711b96ae 100644 --- a/cash-service/account-service/src/main/resources/mapper/SysMenuMapper.xml +++ b/cash-service/account-service/src/main/resources/mapper/SysMenuMapper.xml @@ -11,7 +11,9 @@ left join sys_menu as c on c.menu_id = b.menu_id where a.user_id = #{userId} and c.menu_id is not null - and b.type=#{type} + + and b.type = #{type} + order by menu_sort desc