修改用户管理
This commit is contained in:
parent
78f354ed7c
commit
3faa19e6af
|
|
@ -524,11 +524,11 @@
|
||||||
<select id="getById" resultType="com.bonus.hnrn.rnbmw.manager.model.SysUser">
|
<select id="getById" resultType="com.bonus.hnrn.rnbmw.manager.model.SysUser">
|
||||||
select
|
select
|
||||||
t.ID ,t.USERNAME ,t.PHONE ,
|
t.ID ,t.USERNAME ,t.PHONE ,
|
||||||
sr.TYPE ,t.ROLE_ID ,t.ORG_ID ,
|
sr.TYPE ,t.ROLE_ID as roleId ,t.ORG_ID as orgId ,
|
||||||
t.PRO_ID ,t.POST_ID as postId ,t.SUB_ID ,
|
t.PRO_ID as proId ,t.POST_ID as postId ,t.SUB_ID as subId,
|
||||||
t.SEX ,pc.ID companyId,pc.org_name companyName,
|
t.SEX as sex ,pc.ID companyId,pc.org_name companyName,
|
||||||
sr.name roleName,po.NAME orgName,
|
sr.name roleName,po.NAME orgName,
|
||||||
t.LOGINNAME as loginName,sr.role_level as roleLevel,t.TEAM_ID,
|
t.LOGINNAME as loginName,sr.role_level as roleLevel,t.TEAM_ID as teamId,
|
||||||
bwr.ein_status as einStatus ,t.ID_NUMBER as idNumber,
|
bwr.ein_status as einStatus ,t.ID_NUMBER as idNumber,
|
||||||
bwr.examine_status as examineStatus
|
bwr.examine_status as examineStatus
|
||||||
from sys_user t
|
from sys_user t
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue