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, type, amount, proportion85, remarks, create_time
delete from official_fee_price
where id = #{id,jdbcType=INTEGER}
delete from official_fee_price
insert into official_fee_price (id, type, amount,
proportion85, remarks, create_time
)
values (#{id,jdbcType=INTEGER}, #{type,jdbcType=INTEGER}, #{amount,jdbcType=DECIMAL},
#{proportion85,jdbcType=DECIMAL}, #{remarks,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}
)
insert into official_fee_price
id,
type,
amount,
proportion85,
remarks,
create_time,
#{id,jdbcType=INTEGER},
#{type,jdbcType=INTEGER},
#{amount,jdbcType=DECIMAL},
#{proportion85,jdbcType=DECIMAL},
#{remarks,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
update official_fee_price
id = #{record.id,jdbcType=INTEGER},
type = #{record.type,jdbcType=INTEGER},
amount = #{record.amount,jdbcType=DECIMAL},
proportion85 = #{record.proportion85,jdbcType=DECIMAL},
remarks = #{record.remarks,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update official_fee_price
set id = #{record.id,jdbcType=INTEGER},
type = #{record.type,jdbcType=INTEGER},
amount = #{record.amount,jdbcType=DECIMAL},
proportion85 = #{record.proportion85,jdbcType=DECIMAL},
remarks = #{record.remarks,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP}
update official_fee_price
type = #{type,jdbcType=INTEGER},
amount = #{amount,jdbcType=DECIMAL},
proportion85 = #{proportion85,jdbcType=DECIMAL},
remarks = #{remarks,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}
update official_fee_price
set type = #{type,jdbcType=INTEGER},
amount = #{amount,jdbcType=DECIMAL},
proportion85 = #{proportion85,jdbcType=DECIMAL},
remarks = #{remarks,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=INTEGER}