From 85486d12f746d95f00eca0b4fc8c5638dee7ee64 Mon Sep 17 00:00:00 2001 From: Fei Yu Date: Fri, 2 Aug 2024 17:03:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=86=E9=A1=B5=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E6=97=B6=EF=BC=8C=E7=94=A8=E6=88=B7=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=80=92=E5=8F=99=E6=8E=92=E5=BA=8F=E5=A4=B1=E6=95=88?= =?UTF-8?q?=20(#40)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MrYuFei <36062024+MrYuFei@users.noreply.github.com> --- .../src/main/resources/mapper/system/UserMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eladmin/eladmin-system/src/main/resources/mapper/system/UserMapper.xml b/eladmin/eladmin-system/src/main/resources/mapper/system/UserMapper.xml index 6bb3ec8..ef24a80 100644 --- a/eladmin/eladmin-system/src/main/resources/mapper/system/UserMapper.xml +++ b/eladmin/eladmin-system/src/main/resources/mapper/system/UserMapper.xml @@ -90,6 +90,7 @@ left join sys_dept d on u.dept_id = d.dept_id + order by u.user_id desc limit #{criteria.offset}, #{criteria.size} ) u @@ -174,4 +175,4 @@ #{id} - \ No newline at end of file +