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, source_panel_id, source_view_id, link_jump_info, `checked`
delete from panel_link_jump
where id = #{id,jdbcType=VARCHAR}
delete from panel_link_jump
insert into panel_link_jump (id, source_panel_id, source_view_id,
link_jump_info, `checked`)
values (#{id,jdbcType=VARCHAR}, #{sourcePanelId,jdbcType=VARCHAR}, #{sourceViewId,jdbcType=VARCHAR},
#{linkJumpInfo,jdbcType=VARCHAR}, #{checked,jdbcType=BIT})
insert into panel_link_jump
id,
source_panel_id,
source_view_id,
link_jump_info,
`checked`,
#{id,jdbcType=VARCHAR},
#{sourcePanelId,jdbcType=VARCHAR},
#{sourceViewId,jdbcType=VARCHAR},
#{linkJumpInfo,jdbcType=VARCHAR},
#{checked,jdbcType=BIT},
update panel_link_jump
id = #{record.id,jdbcType=VARCHAR},
source_panel_id = #{record.sourcePanelId,jdbcType=VARCHAR},
source_view_id = #{record.sourceViewId,jdbcType=VARCHAR},
link_jump_info = #{record.linkJumpInfo,jdbcType=VARCHAR},
`checked` = #{record.checked,jdbcType=BIT},
update panel_link_jump
set id = #{record.id,jdbcType=VARCHAR},
source_panel_id = #{record.sourcePanelId,jdbcType=VARCHAR},
source_view_id = #{record.sourceViewId,jdbcType=VARCHAR},
link_jump_info = #{record.linkJumpInfo,jdbcType=VARCHAR},
`checked` = #{record.checked,jdbcType=BIT}
update panel_link_jump
source_panel_id = #{sourcePanelId,jdbcType=VARCHAR},
source_view_id = #{sourceViewId,jdbcType=VARCHAR},
link_jump_info = #{linkJumpInfo,jdbcType=VARCHAR},
`checked` = #{checked,jdbcType=BIT},
where id = #{id,jdbcType=VARCHAR}
update panel_link_jump
set source_panel_id = #{sourcePanelId,jdbcType=VARCHAR},
source_view_id = #{sourceViewId,jdbcType=VARCHAR},
link_jump_info = #{linkJumpInfo,jdbcType=VARCHAR},
`checked` = #{checked,jdbcType=BIT}
where id = #{id,jdbcType=VARCHAR}