登陆接口 新增返回字段-----部门id 和 部门名称

This commit is contained in:
yuezhihang
2021-12-06 15:39:10 +08:00
parent 6b3d87c890
commit 58cbe73a09
2 changed files with 7 additions and 1 deletions
@@ -28,6 +28,8 @@
<result column="FAX_ADDRESS" property="faxAddress"/>
<result column="userInfoId" property="userInfoId"/>
<result column="role_id" property="roleId"/>
<result column="INSTITUTION_NAME" property="institutionName"/>
<result column="INSTITUTION_ID" property="institutionId"/>
</resultMap>
<resultMap id="SSOResultMap" type="com.adc.da.sys.entity.UserEO">
@@ -78,6 +80,7 @@
<!-- TS_USER table all fields -->
<sql id="Base_Column_List">
usid, account, valid_flag, password, uname, ext_info,email,work_num,creation_time,modify_time,oper_user,user_source,disable_flag,unlock_flag,user_type
,INSTITUTION_NAME,INSTITUTION_ID
</sql>
<sql id="SSO_Column_List">