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