id_, organ_id_,type_, per_scale_, com_scale_, course_fee_, instrument_fee_, accessories_fee_,
other_fee_, create_time_, update_time_
delete from sys_payment_config
where id_ = #{id,jdbcType=INTEGER}
insert into sys_payment_config
type_,
organ_id_,
per_scale_,
com_scale_,
course_fee_,
instrument_fee_,
accessories_fee_,
other_fee_,
create_time_,
update_time_,
#{type,jdbcType=INTEGER},
#{organId,jdbcType=INTEGER},
#{perScale,jdbcType=INTEGER},
#{comScale,jdbcType=INTEGER},
#{courseFee,jdbcType=VARCHAR},
#{instrumentFee,jdbcType=VARCHAR},
#{accessoriesFee,jdbcType=VARCHAR},
#{otherFee,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
update sys_payment_config
type_ = #{type,jdbcType=INTEGER},
organ_id_ = #{organId,jdbcType=INTEGER},
per_scale_ = #{perScale,jdbcType=INTEGER},
com_scale_ = #{comScale,jdbcType=INTEGER},
course_fee_ = #{courseFee,jdbcType=VARCHAR},
instrument_fee_ = #{instrumentFee,jdbcType=VARCHAR},
accessories_fee_ = #{accessoriesFee,jdbcType=VARCHAR},
other_fee_ = #{otherFee,jdbcType=VARCHAR},
create_time_ = #{createTime,jdbcType=TIMESTAMP},
update_time_ = #{updateTime,jdbcType=TIMESTAMP},
where id_ = #{id,jdbcType=INTEGER}