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, group_id, map_id
trip, area
delete from run_plan_tools
where id = #{id,jdbcType=BIGINT}
delete from run_plan_tools
insert into run_plan_tools (group_id, map_id, trip,
area)
values (#{groupId,jdbcType=BIGINT}, #{mapId,jdbcType=BIGINT}, #{trip,jdbcType=LONGVARCHAR},
#{area,jdbcType=LONGVARCHAR})
insert into run_plan_tools
group_id,
map_id,
trip,
area,
#{groupId,jdbcType=BIGINT},
#{mapId,jdbcType=BIGINT},
#{trip,jdbcType=LONGVARCHAR},
#{area,jdbcType=LONGVARCHAR},
update run_plan_tools
id = #{record.id,jdbcType=BIGINT},
group_id = #{record.groupId,jdbcType=BIGINT},
map_id = #{record.mapId,jdbcType=BIGINT},
trip = #{record.trip,jdbcType=LONGVARCHAR},
area = #{record.area,jdbcType=LONGVARCHAR},
update run_plan_tools
set id = #{record.id,jdbcType=BIGINT},
group_id = #{record.groupId,jdbcType=BIGINT},
map_id = #{record.mapId,jdbcType=BIGINT},
trip = #{record.trip,jdbcType=LONGVARCHAR},
area = #{record.area,jdbcType=LONGVARCHAR}
update run_plan_tools
set id = #{record.id,jdbcType=BIGINT},
group_id = #{record.groupId,jdbcType=BIGINT},
map_id = #{record.mapId,jdbcType=BIGINT}
update run_plan_tools
group_id = #{groupId,jdbcType=BIGINT},
map_id = #{mapId,jdbcType=BIGINT},
trip = #{trip,jdbcType=LONGVARCHAR},
area = #{area,jdbcType=LONGVARCHAR},
where id = #{id,jdbcType=BIGINT}
update run_plan_tools
set group_id = #{groupId,jdbcType=BIGINT},
map_id = #{mapId,jdbcType=BIGINT},
trip = #{trip,jdbcType=LONGVARCHAR},
area = #{area,jdbcType=LONGVARCHAR}
where id = #{id,jdbcType=BIGINT}
update run_plan_tools
set group_id = #{groupId,jdbcType=BIGINT},
map_id = #{mapId,jdbcType=BIGINT}
where id = #{id,jdbcType=BIGINT}