From 71ba7a523eeb9ec14bbae46a93b51b59da8e72b6 Mon Sep 17 00:00:00 2001 From: wxz Date: Mon, 25 May 2020 12:31:30 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=9F=A5=E8=AF=A2=E6=94=BF=E5=BA=9C=E7=AB=AF?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E8=A7=92=E8=89=B2=E5=88=97=E8=A1=A8sql?= =?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=8C=E6=9A=82=E6=97=B6=E5=8E=BB=E6=8E=89?= =?UTF-8?q?org=5Ftype=E8=BF=87=E6=BB=A4=E6=9D=A1=E4=BB=B6?= 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, 1 insertion(+), 1 deletion(-) 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 4cd4ff5b2b..dc00fb859e 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 @@ -38,7 +38,7 @@ where DEL_FLAG = '0' AND CUSTOMER_ID = #{customerId} - AND ORG_TYPE = 'agency' +-- AND ORG_TYPE = 'agency' ORDER BY SORT ASC