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, tid, cost_amount, party_amount, create_time
delete from t_task_mid
where id = #{id,jdbcType=INTEGER}
delete from t_task_mid
insert into t_task_mid (id, tid, cost_amount,
party_amount, create_time)
values (#{id,jdbcType=INTEGER}, #{tid,jdbcType=INTEGER}, #{costAmount,jdbcType=DECIMAL},
#{partyAmount,jdbcType=DECIMAL}, #{createTime,jdbcType=TIMESTAMP})
insert into t_task_mid
id,
tid,
cost_amount,
party_amount,
create_time,
#{id,jdbcType=INTEGER},
#{tid,jdbcType=INTEGER},
#{costAmount,jdbcType=DECIMAL},
#{partyAmount,jdbcType=DECIMAL},
#{createTime,jdbcType=TIMESTAMP},
update t_task_mid
id = #{record.id,jdbcType=INTEGER},
tid = #{record.tid,jdbcType=INTEGER},
cost_amount = #{record.costAmount,jdbcType=DECIMAL},
party_amount = #{record.partyAmount,jdbcType=DECIMAL},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update t_task_mid
set id = #{record.id,jdbcType=INTEGER},
tid = #{record.tid,jdbcType=INTEGER},
cost_amount = #{record.costAmount,jdbcType=DECIMAL},
party_amount = #{record.partyAmount,jdbcType=DECIMAL},
create_time = #{record.createTime,jdbcType=TIMESTAMP}
update t_task_mid
tid = #{tid,jdbcType=INTEGER},
cost_amount = #{costAmount,jdbcType=DECIMAL},
party_amount = #{partyAmount,jdbcType=DECIMAL},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}
update t_task_mid
set tid = #{tid,jdbcType=INTEGER},
cost_amount = #{costAmount,jdbcType=DECIMAL},
party_amount = #{partyAmount,jdbcType=DECIMAL},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=INTEGER}