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, corp_id, mobile, `name`, avatar, third_staff_id, third_uuid, `status`, create_time,
update_time
delete from third_part_we_com_staff
where id = #{id,jdbcType=BIGINT}
delete from third_part_we_com_staff
insert into third_part_we_com_staff (id, corp_id, mobile,
`name`, avatar, third_staff_id,
third_uuid, `status`, create_time,
update_time)
values (#{id,jdbcType=BIGINT}, #{corpId,jdbcType=BIGINT}, #{mobile,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR}, #{avatar,jdbcType=VARCHAR}, #{thirdStaffId,jdbcType=BIGINT},
#{thirdUuid,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP})
insert into third_part_we_com_staff
id,
corp_id,
mobile,
`name`,
avatar,
third_staff_id,
third_uuid,
`status`,
create_time,
update_time,
#{id,jdbcType=BIGINT},
#{corpId,jdbcType=BIGINT},
#{mobile,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{avatar,jdbcType=VARCHAR},
#{thirdStaffId,jdbcType=BIGINT},
#{thirdUuid,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
update third_part_we_com_staff
id = #{record.id,jdbcType=BIGINT},
corp_id = #{record.corpId,jdbcType=BIGINT},
mobile = #{record.mobile,jdbcType=VARCHAR},
`name` = #{record.name,jdbcType=VARCHAR},
avatar = #{record.avatar,jdbcType=VARCHAR},
third_staff_id = #{record.thirdStaffId,jdbcType=BIGINT},
third_uuid = #{record.thirdUuid,jdbcType=VARCHAR},
`status` = #{record.status,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
update third_part_we_com_staff
set id = #{record.id,jdbcType=BIGINT},
corp_id = #{record.corpId,jdbcType=BIGINT},
mobile = #{record.mobile,jdbcType=VARCHAR},
`name` = #{record.name,jdbcType=VARCHAR},
avatar = #{record.avatar,jdbcType=VARCHAR},
third_staff_id = #{record.thirdStaffId,jdbcType=BIGINT},
third_uuid = #{record.thirdUuid,jdbcType=VARCHAR},
`status` = #{record.status,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
update third_part_we_com_staff
corp_id = #{corpId,jdbcType=BIGINT},
mobile = #{mobile,jdbcType=VARCHAR},
`name` = #{name,jdbcType=VARCHAR},
avatar = #{avatar,jdbcType=VARCHAR},
third_staff_id = #{thirdStaffId,jdbcType=BIGINT},
third_uuid = #{thirdUuid,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update third_part_we_com_staff
set corp_id = #{corpId,jdbcType=BIGINT},
mobile = #{mobile,jdbcType=VARCHAR},
`name` = #{name,jdbcType=VARCHAR},
avatar = #{avatar,jdbcType=VARCHAR},
third_staff_id = #{thirdStaffId,jdbcType=BIGINT},
third_uuid = #{thirdUuid,jdbcType=VARCHAR},
`status` = #{status,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}