|
|
@@ -7,7 +7,7 @@
|
|
|
<sql id="Base_Column_List">
|
|
|
t.staff_id
|
|
|
, t.staff_code, t.staff_name,t.staff_phone, t.org_id, t.role_ids, t.wx_user_id, t.remarks,
|
|
|
- t.flg_valid,t.flg_can_login,t.hr_status,
|
|
|
+ t.flg_valid,t.flg_can_login,t.hr_status,t.login_type,
|
|
|
t.cp_id, t.op_create_time, t.op_create_user_id, t.op_update_time, t.op_update_user_id
|
|
|
</sql>
|
|
|
|
|
|
@@ -36,6 +36,7 @@
|
|
|
<result column="op_timestamp" property="opTimestamp" typeHandler="TimestampTypeHandler"/>
|
|
|
<result column="op_db_user" property="opDbUser"/>
|
|
|
<result column="flg_can_login" property="flgCanLogin"/>
|
|
|
+ <result column="login_type" property="loginType"/>
|
|
|
<result column="hr_status" property="hrStatus"/>
|
|
|
<result column="default_wh_id" property="defaultWhId" typeHandler="UuidTypeHandler" />
|
|
|
<result column="default_wh_name" property="defaultWhName"/>
|