From bd2ac09e60e011b0575515eee7d12d36aafe125f Mon Sep 17 00:00:00 2001 From: kevin jiang Date: Mon, 11 May 2020 11:11:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=A6=96=E9=A1=B5=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=9D=83=E9=99=90=EF=BC=8C=E5=A2=9E=E5=8A=A0privilage?= =?UTF-8?q?=5Fpermission=E5=AD=97=E6=AE=B5sort=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/PrivilageRolePermissionDOMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/PrivilageRolePermissionDOMapper.xml b/src/main/resources/mapper/PrivilageRolePermissionDOMapper.xml index 7c002b4..94bd6a3 100644 --- a/src/main/resources/mapper/PrivilageRolePermissionDOMapper.xml +++ b/src/main/resources/mapper/PrivilageRolePermissionDOMapper.xml @@ -10,7 +10,7 @@ and t3.permission_id = t4.id and t1.id = #{userId} and t4.`level` = #{level} - ORDER BY t4.id + ORDER BY t4.sort