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, role_id, menu_id
delete from ums_role_menu_relation
where id = #{id,jdbcType=BIGINT}
delete from ums_role_menu_relation
SELECT LAST_INSERT_ID()
insert into ums_role_menu_relation (role_id, menu_id)
values (#{roleId,jdbcType=BIGINT}, #{menuId,jdbcType=BIGINT})
SELECT LAST_INSERT_ID()
insert into ums_role_menu_relation
role_id,
menu_id,
#{roleId,jdbcType=BIGINT},
#{menuId,jdbcType=BIGINT},
update ums_role_menu_relation
id = #{record.id,jdbcType=BIGINT},
role_id = #{record.roleId,jdbcType=BIGINT},
menu_id = #{record.menuId,jdbcType=BIGINT},
update ums_role_menu_relation
set id = #{record.id,jdbcType=BIGINT},
role_id = #{record.roleId,jdbcType=BIGINT},
menu_id = #{record.menuId,jdbcType=BIGINT}
update ums_role_menu_relation
role_id = #{roleId,jdbcType=BIGINT},
menu_id = #{menuId,jdbcType=BIGINT},
where id = #{id,jdbcType=BIGINT}
update ums_role_menu_relation
set role_id = #{roleId,jdbcType=BIGINT},
menu_id = #{menuId,jdbcType=BIGINT}
where id = #{id,jdbcType=BIGINT}