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}
RoleID, MenuNo
delete from sys_role_sys_menu_shortcut
where RoleID = #{roleID,jdbcType=VARCHAR}
and MenuNo = #{menuNo,jdbcType=VARCHAR}
delete from sys_role_sys_menu_shortcut
insert into sys_role_sys_menu_shortcut (RoleID, MenuNo)
values (#{roleID,jdbcType=VARCHAR}, #{menuNo,jdbcType=VARCHAR})
insert into sys_role_sys_menu_shortcut
RoleID,
MenuNo,
#{roleID,jdbcType=VARCHAR},
#{menuNo,jdbcType=VARCHAR},
update sys_role_sys_menu_shortcut
RoleID = #{row.roleID,jdbcType=VARCHAR},
MenuNo = #{row.menuNo,jdbcType=VARCHAR},
update sys_role_sys_menu_shortcut
set RoleID = #{row.roleID,jdbcType=VARCHAR},
MenuNo = #{row.menuNo,jdbcType=VARCHAR}