and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, uuid, vid, mobile, realname, english_name, avatar, login_status, corp_id, corp_name,
unionid, acctid, `position`, create_user, update_user, create_time, update_time
delete from qywx_user_base
where id = #{id,jdbcType=BIGINT}
delete from qywx_user_base
insert into qywx_user_base (id, uuid, vid,
mobile, realname, english_name,
avatar, login_status, corp_id,
corp_name, unionid, acctid,
`position`, create_user, update_user,
create_time, update_time)
values (#{id,jdbcType=BIGINT}, #{uuid,jdbcType=VARCHAR}, #{vid,jdbcType=VARCHAR},
#{mobile,jdbcType=VARCHAR}, #{realname,jdbcType=VARCHAR}, #{englishName,jdbcType=VARCHAR},
#{avatar,jdbcType=VARCHAR}, #{loginStatus,jdbcType=INTEGER}, #{corpId,jdbcType=BIGINT},
#{corpName,jdbcType=VARCHAR}, #{unionid,jdbcType=VARCHAR}, #{acctid,jdbcType=VARCHAR},
#{position,jdbcType=VARCHAR}, #{createUser,jdbcType=BIGINT}, #{updateUser,jdbcType=BIGINT},
#{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP})
insert into qywx_user_base
id,
uuid,
vid,
mobile,
realname,
english_name,
avatar,
login_status,
corp_id,
corp_name,
unionid,
acctid,
`position`,
create_user,
update_user,
create_time,
update_time,
#{id,jdbcType=BIGINT},
#{uuid,jdbcType=VARCHAR},
#{vid,jdbcType=VARCHAR},
#{mobile,jdbcType=VARCHAR},
#{realname,jdbcType=VARCHAR},
#{englishName,jdbcType=VARCHAR},
#{avatar,jdbcType=VARCHAR},
#{loginStatus,jdbcType=INTEGER},
#{corpId,jdbcType=BIGINT},
#{corpName,jdbcType=VARCHAR},
#{unionid,jdbcType=VARCHAR},
#{acctid,jdbcType=VARCHAR},
#{position,jdbcType=VARCHAR},
#{createUser,jdbcType=BIGINT},
#{updateUser,jdbcType=BIGINT},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
update qywx_user_base
id = #{record.id,jdbcType=BIGINT},
uuid = #{record.uuid,jdbcType=VARCHAR},
vid = #{record.vid,jdbcType=VARCHAR},
mobile = #{record.mobile,jdbcType=VARCHAR},
realname = #{record.realname,jdbcType=VARCHAR},
english_name = #{record.englishName,jdbcType=VARCHAR},
avatar = #{record.avatar,jdbcType=VARCHAR},
login_status = #{record.loginStatus,jdbcType=INTEGER},
corp_id = #{record.corpId,jdbcType=BIGINT},
corp_name = #{record.corpName,jdbcType=VARCHAR},
unionid = #{record.unionid,jdbcType=VARCHAR},
acctid = #{record.acctid,jdbcType=VARCHAR},
`position` = #{record.position,jdbcType=VARCHAR},
create_user = #{record.createUser,jdbcType=BIGINT},
update_user = #{record.updateUser,jdbcType=BIGINT},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
update qywx_user_base
set id = #{record.id,jdbcType=BIGINT},
uuid = #{record.uuid,jdbcType=VARCHAR},
vid = #{record.vid,jdbcType=VARCHAR},
mobile = #{record.mobile,jdbcType=VARCHAR},
realname = #{record.realname,jdbcType=VARCHAR},
english_name = #{record.englishName,jdbcType=VARCHAR},
avatar = #{record.avatar,jdbcType=VARCHAR},
login_status = #{record.loginStatus,jdbcType=INTEGER},
corp_id = #{record.corpId,jdbcType=BIGINT},
corp_name = #{record.corpName,jdbcType=VARCHAR},
unionid = #{record.unionid,jdbcType=VARCHAR},
acctid = #{record.acctid,jdbcType=VARCHAR},
`position` = #{record.position,jdbcType=VARCHAR},
create_user = #{record.createUser,jdbcType=BIGINT},
update_user = #{record.updateUser,jdbcType=BIGINT},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
update qywx_user_base
uuid = #{uuid,jdbcType=VARCHAR},
vid = #{vid,jdbcType=VARCHAR},
mobile = #{mobile,jdbcType=VARCHAR},
realname = #{realname,jdbcType=VARCHAR},
english_name = #{englishName,jdbcType=VARCHAR},
avatar = #{avatar,jdbcType=VARCHAR},
login_status = #{loginStatus,jdbcType=INTEGER},
corp_id = #{corpId,jdbcType=BIGINT},
corp_name = #{corpName,jdbcType=VARCHAR},
unionid = #{unionid,jdbcType=VARCHAR},
acctid = #{acctid,jdbcType=VARCHAR},
`position` = #{position,jdbcType=VARCHAR},
create_user = #{createUser,jdbcType=BIGINT},
update_user = #{updateUser,jdbcType=BIGINT},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update qywx_user_base
set uuid = #{uuid,jdbcType=VARCHAR},
vid = #{vid,jdbcType=VARCHAR},
mobile = #{mobile,jdbcType=VARCHAR},
realname = #{realname,jdbcType=VARCHAR},
english_name = #{englishName,jdbcType=VARCHAR},
avatar = #{avatar,jdbcType=VARCHAR},
login_status = #{loginStatus,jdbcType=INTEGER},
corp_id = #{corpId,jdbcType=BIGINT},
corp_name = #{corpName,jdbcType=VARCHAR},
unionid = #{unionid,jdbcType=VARCHAR},
acctid = #{acctid,jdbcType=VARCHAR},
`position` = #{position,jdbcType=VARCHAR},
create_user = #{createUser,jdbcType=BIGINT},
update_user = #{updateUser,jdbcType=BIGINT},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}