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, resource_id
delete from panel_link_mapping
where id = #{id,jdbcType=BIGINT}
delete from panel_link_mapping
insert into panel_link_mapping (id, resource_id)
values (#{id,jdbcType=BIGINT}, #{resourceId,jdbcType=VARCHAR})
insert into panel_link_mapping
id,
resource_id,
#{id,jdbcType=BIGINT},
#{resourceId,jdbcType=VARCHAR},
update panel_link_mapping
id = #{record.id,jdbcType=BIGINT},
resource_id = #{record.resourceId,jdbcType=VARCHAR},
update panel_link_mapping
set id = #{record.id,jdbcType=BIGINT},
resource_id = #{record.resourceId,jdbcType=VARCHAR}
update panel_link_mapping
resource_id = #{resourceId,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}
update panel_link_mapping
set resource_id = #{resourceId,jdbcType=VARCHAR}
where id = #{id,jdbcType=BIGINT}