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, username, password, icon, email
delete from ums_admin
where id = #{id,jdbcType=BIGINT}
delete from ums_admin
SELECT LAST_INSERT_ID()
insert into ums_admin (username, password, icon,
email)
values (#{username,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR}, #{icon,jdbcType=VARCHAR},
#{email,jdbcType=VARCHAR})
SELECT LAST_INSERT_ID()
insert into ums_admin
username,
password,
icon,
email,
#{username,jdbcType=VARCHAR},
#{password,jdbcType=VARCHAR},
#{icon,jdbcType=VARCHAR},
#{email,jdbcType=VARCHAR},
update ums_admin
id = #{record.id,jdbcType=BIGINT},
username = #{record.username,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR},
icon = #{record.icon,jdbcType=VARCHAR},
email = #{record.email,jdbcType=VARCHAR},
update ums_admin
set id = #{record.id,jdbcType=BIGINT},
username = #{record.username,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR},
icon = #{record.icon,jdbcType=VARCHAR},
email = #{record.email,jdbcType=VARCHAR}
update ums_admin
username = #{username,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR},
icon = #{icon,jdbcType=VARCHAR},
email = #{email,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}
update ums_admin
set username = #{username,jdbcType=VARCHAR},
password = #{password,jdbcType=VARCHAR},
icon = #{icon,jdbcType=VARCHAR},
email = #{email,jdbcType=VARCHAR}
where id = #{id,jdbcType=BIGINT}