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, perms, icon, url, target, pid, order_num, type, status, create_time, update_time,
deleted
delete from sys_permission
update sys_permission
id = #{record.id,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
perms = #{record.perms,jdbcType=VARCHAR},
icon = #{record.icon,jdbcType=VARCHAR},
url = #{record.url,jdbcType=VARCHAR},
target = #{record.target,jdbcType=VARCHAR},
pid = #{record.pid,jdbcType=VARCHAR},
order_num = #{record.orderNum,jdbcType=INTEGER},
type = #{record.type,jdbcType=TINYINT},
status = #{record.status,jdbcType=TINYINT},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
deleted = #{record.deleted,jdbcType=TINYINT},
update sys_permission
set id = #{record.id,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
perms = #{record.perms,jdbcType=VARCHAR},
icon = #{record.icon,jdbcType=VARCHAR},
url = #{record.url,jdbcType=VARCHAR},
target = #{record.target,jdbcType=VARCHAR},
pid = #{record.pid,jdbcType=VARCHAR},
order_num = #{record.orderNum,jdbcType=INTEGER},
type = #{record.type,jdbcType=TINYINT},
status = #{record.status,jdbcType=TINYINT},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
deleted = #{record.deleted,jdbcType=TINYINT}