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, `name`, corp_id, secret, is_delete, create_time, update_time
delete from we_com_corp
where id = #{id,jdbcType=BIGINT}
delete from we_com_corp
insert into we_com_corp (id, `name`, corp_id,
secret, is_delete, create_time,
update_time)
values (#{id,jdbcType=BIGINT}, #{name,jdbcType=VARCHAR}, #{corpId,jdbcType=VARCHAR},
#{secret,jdbcType=VARCHAR}, #{isDelete,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP})
insert into we_com_corp
id,
`name`,
corp_id,
secret,
is_delete,
create_time,
update_time,
#{id,jdbcType=BIGINT},
#{name,jdbcType=VARCHAR},
#{corpId,jdbcType=VARCHAR},
#{secret,jdbcType=VARCHAR},
#{isDelete,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
update we_com_corp
id = #{record.id,jdbcType=BIGINT},
`name` = #{record.name,jdbcType=VARCHAR},
corp_id = #{record.corpId,jdbcType=VARCHAR},
secret = #{record.secret,jdbcType=VARCHAR},
is_delete = #{record.isDelete,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
update we_com_corp
set id = #{record.id,jdbcType=BIGINT},
`name` = #{record.name,jdbcType=VARCHAR},
corp_id = #{record.corpId,jdbcType=VARCHAR},
secret = #{record.secret,jdbcType=VARCHAR},
is_delete = #{record.isDelete,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
update we_com_corp
`name` = #{name,jdbcType=VARCHAR},
corp_id = #{corpId,jdbcType=VARCHAR},
secret = #{secret,jdbcType=VARCHAR},
is_delete = #{isDelete,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update we_com_corp
set `name` = #{name,jdbcType=VARCHAR},
corp_id = #{corpId,jdbcType=VARCHAR},
secret = #{secret,jdbcType=VARCHAR},
is_delete = #{isDelete,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}