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, account_name, password, organization_id, email, mobile, weixin, is_delete, create_time,
expire_time
delete from account
where id = #{id,jdbcType=INTEGER}
delete from account
insert into account (id, account_name, password,
organization_id, email, mobile,
weixin, is_delete, create_time,
expire_time)
values (#{id,jdbcType=INTEGER}, #{accountName,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR},
#{organizationId,jdbcType=INTEGER}, #{email,jdbcType=VARCHAR}, #{mobile,jdbcType=VARCHAR},
#{weixin,jdbcType=VARCHAR}, #{isDelete,jdbcType=CHAR}, #{createTime,jdbcType=TIMESTAMP},
#{expireTime,jdbcType=TIMESTAMP})
insert into account
id,
account_name,
password,
organization_id,
email,
mobile,
weixin,
is_delete,
create_time,
expire_time,
#{id,jdbcType=INTEGER},
#{accountName,jdbcType=VARCHAR},
#{password,jdbcType=VARCHAR},
#{organizationId,jdbcType=INTEGER},
#{email,jdbcType=VARCHAR},
#{mobile,jdbcType=VARCHAR},
#{weixin,jdbcType=VARCHAR},
#{isDelete,jdbcType=CHAR},
#{createTime,jdbcType=TIMESTAMP},
#{expireTime,jdbcType=TIMESTAMP},
update account
id = #{record.id,jdbcType=INTEGER},
account_name = #{record.accountName,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR},
organization_id = #{record.organizationId,jdbcType=INTEGER},
email = #{record.email,jdbcType=VARCHAR},
mobile = #{record.mobile,jdbcType=VARCHAR},
weixin = #{record.weixin,jdbcType=VARCHAR},
is_delete = #{record.isDelete,jdbcType=CHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
expire_time = #{record.expireTime,jdbcType=TIMESTAMP},
update account
set id = #{record.id,jdbcType=INTEGER},
account_name = #{record.accountName,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR},
organization_id = #{record.organizationId,jdbcType=INTEGER},
email = #{record.email,jdbcType=VARCHAR},
mobile = #{record.mobile,jdbcType=VARCHAR},
weixin = #{record.weixin,jdbcType=VARCHAR},
is_delete = #{record.isDelete,jdbcType=CHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
expire_time = #{record.expireTime,jdbcType=TIMESTAMP}
update account
account_name = #{accountName,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR},
organization_id = #{organizationId,jdbcType=INTEGER},
email = #{email,jdbcType=VARCHAR},
mobile = #{mobile,jdbcType=VARCHAR},
weixin = #{weixin,jdbcType=VARCHAR},
is_delete = #{isDelete,jdbcType=CHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
expire_time = #{expireTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}
update account
set account_name = #{accountName,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR},
organization_id = #{organizationId,jdbcType=INTEGER},
email = #{email,jdbcType=VARCHAR},
mobile = #{mobile,jdbcType=VARCHAR},
weixin = #{weixin,jdbcType=VARCHAR},
is_delete = #{isDelete,jdbcType=CHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
expire_time = #{expireTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=INTEGER}