From 53b4b70adb18842b21d82fbfd8bde138a4e64324 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Mon, 24 Apr 2023 10:26:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=94=A8=E6=88=B7=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mybatis/mapper/auth/AuthRoleDao.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/main/resources/mybatis/mapper/auth/AuthRoleDao.xml b/src/main/resources/mybatis/mapper/auth/AuthRoleDao.xml index 7ac87159..ff79cce5 100644 --- a/src/main/resources/mybatis/mapper/auth/AuthRoleDao.xml +++ b/src/main/resources/mybatis/mapper/auth/AuthRoleDao.xml @@ -2,7 +2,10 @@ - + + + + + resultMap="SysAuthRoleResult"> SELECT role_id, role_name FROM auth_role where `isCustomer` = #{isCustomer} - SELECT irole_id, role_name + SELECT role_id, role_name FROM auth_role