|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<mapper namespace="com.kiisoo.ic.system.mapper.PrivilageAccountDOMapper">
|
|
|
|
|
|
|
|
|
|
<select id="selectUserAndRoleInfo" resultType="com.kiisoo.ic.system.bean.AccountBean">
|
|
|
|
|
select t1.id as userId,t1.name as userName, t3.name as roleName, t3.id as roleId, t3.code as roleCode
|
|
|
|
|
select t1.id as userId,t1.name as userName, t3.name as roleName, t3.id as roleId, t3.code as roleCode,t1.mobil
|
|
|
|
|
from privilage_user t1, privilage_user_role t2, privilage_role t3
|
|
|
|
|
where t1.id = t2.user_id
|
|
|
|
|
and t2.role_id = t3.id
|
|
|
|
|