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, FLOW_TYPE, SCENARIO_FIELD, FLOW_FIELD
delete from cw_bd_scenariofield
where ID = #{id,jdbcType=VARCHAR}
delete from cw_bd_scenariofield
insert into cw_bd_scenariofield (ID, FLOW_TYPE, SCENARIO_FIELD,
FLOW_FIELD)
values (#{id,jdbcType=VARCHAR}, #{flowType,jdbcType=VARCHAR}, #{scenarioField,jdbcType=VARCHAR},
#{flowField,jdbcType=VARCHAR})
insert into cw_bd_scenariofield
ID,
FLOW_TYPE,
SCENARIO_FIELD,
FLOW_FIELD,
#{id,jdbcType=VARCHAR},
#{flowType,jdbcType=VARCHAR},
#{scenarioField,jdbcType=VARCHAR},
#{flowField,jdbcType=VARCHAR},
update cw_bd_scenariofield
ID = #{record.id,jdbcType=VARCHAR},
FLOW_TYPE = #{record.flowType,jdbcType=VARCHAR},
SCENARIO_FIELD = #{record.scenarioField,jdbcType=VARCHAR},
FLOW_FIELD = #{record.flowField,jdbcType=VARCHAR},
update cw_bd_scenariofield
set ID = #{record.id,jdbcType=VARCHAR},
FLOW_TYPE = #{record.flowType,jdbcType=VARCHAR},
SCENARIO_FIELD = #{record.scenarioField,jdbcType=VARCHAR},
FLOW_FIELD = #{record.flowField,jdbcType=VARCHAR}
update cw_bd_scenariofield
FLOW_TYPE = #{flowType,jdbcType=VARCHAR},
SCENARIO_FIELD = #{scenarioField,jdbcType=VARCHAR},
FLOW_FIELD = #{flowField,jdbcType=VARCHAR},
where ID = #{id,jdbcType=VARCHAR}
update cw_bd_scenariofield
set FLOW_TYPE = #{flowType,jdbcType=VARCHAR},
SCENARIO_FIELD = #{scenarioField,jdbcType=VARCHAR},
FLOW_FIELD = #{flowField,jdbcType=VARCHAR}
where ID = #{id,jdbcType=VARCHAR}