From a47192229e3d7164e7b78d5b1105b8c1ab0a1c36 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期四, 29 九月 2022 15:05:18 +0800
Subject: [PATCH] 1

---
 src/main/resources/mapper/data/AuthMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/data/AuthMapper.xml b/src/main/resources/mapper/data/AuthMapper.xml
index f669622..9db108e 100644
--- a/src/main/resources/mapper/data/AuthMapper.xml
+++ b/src/main/resources/mapper/data/AuthMapper.xml
@@ -20,13 +20,13 @@
                 name = #{name}
             </if>
         </where>
-
+        order by id
         limit #{limit} offset #{offset}
     </select>
 
 
     <select id="selectAuthAll" resultType="com.lf.server.entity.data.AuthEntity">
-        select * from lf.sys_auth
+        select * from lf.sys_auth order by id
     </select>
 
     <select id="selectAuth" resultType="com.lf.server.entity.data.AuthEntity">

--
Gitblit v1.9.3