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