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, salt, password, phone, dept_id, org_id, real_name, nick_name, email,
create_id, update_id, create_where, create_time, update_time
delete from sys_user
update sys_user
id = #{record.id,jdbcType=VARCHAR},
username = #{record.username,jdbcType=VARCHAR},
salt = #{record.salt,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR},
phone = #{record.phone,jdbcType=VARCHAR},
dept_id = #{record.deptId,jdbcType=VARCHAR},
org_id = #{record.orgId,jdbcType=INTEGER},
real_name = #{record.realName,jdbcType=VARCHAR},
nick_name = #{record.nickName,jdbcType=VARCHAR},
email = #{record.email,jdbcType=VARCHAR},
create_id = #{record.createId,jdbcType=INTEGER},
update_id = #{record.updateId,jdbcType=INTEGER},
create_where = #{record.createWhere,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
update sys_user
set id = #{record.id,jdbcType=VARCHAR},
username = #{record.username,jdbcType=VARCHAR},
salt = #{record.salt,jdbcType=VARCHAR},
password = #{record.password,jdbcType=VARCHAR},
phone = #{record.phone,jdbcType=VARCHAR},
dept_id = #{record.deptId,jdbcType=VARCHAR},
org_id = #{record.orgId,jdbcType=INTEGER},
real_name = #{record.realName,jdbcType=VARCHAR},
nick_name = #{record.nickName,jdbcType=VARCHAR},
email = #{record.email,jdbcType=VARCHAR},
create_id = #{record.createId,jdbcType=INTEGER},
update_id = #{record.updateId,jdbcType=INTEGER},
create_where = #{record.createWhere,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP}