登陆接口 新增返回字段-----部门id 和 部门名称
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user