From 2ff3356b504239a56eff7a09986a86fe24e48565 Mon Sep 17 00:00:00 2001 From: wxz Date: Sat, 10 Oct 2020 16:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E8=BF=90=E8=90=A5?= =?UTF-8?q?=E7=AB=AF=E9=85=8D=E7=BD=AE=E8=A7=92=E8=89=B2=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E5=A2=9E=E5=8A=A0=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/GovStaffRoleDao.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/epmet-user/epmet-user-server/src/main/resources/mapper/GovStaffRoleDao.xml b/epmet-user/epmet-user-server/src/main/resources/mapper/GovStaffRoleDao.xml index 2e83e10d0f..e27c10604e 100644 --- a/epmet-user/epmet-user-server/src/main/resources/mapper/GovStaffRoleDao.xml +++ b/epmet-user/epmet-user-server/src/main/resources/mapper/GovStaffRoleDao.xml @@ -42,6 +42,7 @@ AND sr.ORG_ID = #{orgId} AND sr.DEL_FLAG = '0' AND r.DEL_FLAG = '0' + ORDER BY r.SORT asc