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