From 1e58a7027d42e28b3e9400a08b3cfe32d08a40c3 Mon Sep 17 00:00:00 2001 From: caihaohan Date: Wed, 10 Jan 2024 09:58:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=2080345=20=E4=BC=81=E4=B8=9A=E6=A0=87?= =?UTF-8?q?=E5=87=86-=E4=B8=B4=E6=97=B6=E6=9D=83=E9=99=90=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=EF=BC=8C=E6=8E=92=E5=BA=8F=E9=9C=80=E8=A6=81=E5=86=8D?= =?UTF-8?q?=E6=98=8E=E7=A1=AE=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../enterprise/mapper/xml/EnterpriseStandardAuthUserMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardAuthUserMapper.xml b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardAuthUserMapper.xml index 5573f6af..16e6b774 100644 --- a/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardAuthUserMapper.xml +++ b/laws-modules/src/main/java/com/jero/modules/laws/enterprise/mapper/xml/EnterpriseStandardAuthUserMapper.xml @@ -79,6 +79,9 @@ #{item} + ORDER BY + auth.create_time DESC, + auth.auth_expire_date DESC