From 6b0dc94c36aabfe2664a1e88249da5e581bf3c5f Mon Sep 17 00:00:00 2001 From: hansha Date: Wed, 25 Dec 2024 11:55:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E6=98=BE=E7=A4=BA=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/SysRoleMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dangan-system/src/main/resources/mapper/system/SysRoleMapper.xml b/dangan-system/src/main/resources/mapper/system/SysRoleMapper.xml index 91d32aa..a401721 100644 --- a/dangan-system/src/main/resources/mapper/system/SysRoleMapper.xml +++ b/dangan-system/src/main/resources/mapper/system/SysRoleMapper.xml @@ -53,7 +53,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ${params.dataScope} - order by r.role_sort + order by r.role_sort asc,r.role_id desc