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, password, name, sex, organization, email, mobile, weixin, time, enable
delete from account
where id = #{id,jdbcType=INTEGER}
delete from account
insert into account (id, account, password,
name, sex, organization,
email, mobile, weixin,
time, enable)
values (#{id,jdbcType=INTEGER}, #{account,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR}, #{sex,jdbcType=VARCHAR}, #{organization,jdbcType=VARCHAR},
#{email,jdbcType=VARCHAR}, #{mobile,jdbcType=VARCHAR}, #{weixin,jdbcType=VARCHAR},
#{time,jdbcType=TIMESTAMP}, #{enable,jdbcType=VARCHAR})
insert into account
id,
account,
password,
name,
sex,
organization,
email,
mobile,
weixin,
time,
enable,
#{id,jdbcType=INTEGER},
#{account,jdbcType=VARCHAR},
#{password,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{sex,jdbcType=VARCHAR},
#{organization,jdbcType=VARCHAR},
#{email,jdbcType=VARCHAR},
#{mobile,jdbcType=VARCHAR},
#{weixin,jdbcType=VARCHAR},
#{time,jdbcType=TIMESTAMP},
#{enable,jdbcType=VARCHAR},
update account
id = #{record.id,jdbcType=INTEGER},
account = #{record.account,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
sex = #{record.sex,jdbcType=VARCHAR},
organization = #{record.organization,jdbcType=VARCHAR},
email = #{record.email,jdbcType=VARCHAR},
mobile = #{record.mobile,jdbcType=VARCHAR},
weixin = #{record.weixin,jdbcType=VARCHAR},
time = #{record.time,jdbcType=TIMESTAMP},
enable = #{record.enable,jdbcType=VARCHAR},
update account
set id = #{record.id,jdbcType=INTEGER},
account = #{record.account,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
sex = #{record.sex,jdbcType=VARCHAR},
organization = #{record.organization,jdbcType=VARCHAR},
email = #{record.email,jdbcType=VARCHAR},
mobile = #{record.mobile,jdbcType=VARCHAR},
weixin = #{record.weixin,jdbcType=VARCHAR},
time = #{record.time,jdbcType=TIMESTAMP},
enable = #{record.enable,jdbcType=VARCHAR}
update account
account = #{account,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
sex = #{sex,jdbcType=VARCHAR},
organization = #{organization,jdbcType=VARCHAR},
email = #{email,jdbcType=VARCHAR},
mobile = #{mobile,jdbcType=VARCHAR},
weixin = #{weixin,jdbcType=VARCHAR},
time = #{time,jdbcType=TIMESTAMP},
enable = #{enable,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update account
set account = #{account,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
sex = #{sex,jdbcType=VARCHAR},
organization = #{organization,jdbcType=VARCHAR},
email = #{email,jdbcType=VARCHAR},
mobile = #{mobile,jdbcType=VARCHAR},
weixin = #{weixin,jdbcType=VARCHAR},
time = #{time,jdbcType=TIMESTAMP},
enable = #{enable,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}