delete from base_expenses_info where id_=#{id,jdbcType=VARCHAR}
update base_expenses_info
serial_number=#{serialNumber,jdbcType=VARCHAR},
name_=#{name,jdbcType=VARCHAR},
amount_=#{amount,jdbcType= NUMERIC },
executor_=#{executor,jdbcType=VARCHAR},
responsible_person=#{responsiblePerson,jdbcType=VARCHAR},
completion_time=#{completionTime,jdbcType=VARCHAR},
fee_start_date=#{feeStartDate,jdbcType= TIMESTAMP },
supervisor=#{supervisor,jdbcType=VARCHAR},
about_topic=#{aboutTopic,jdbcType=VARCHAR},
create_time=#{createTime,jdbcType= TIMESTAMP },
update_time=#{updateTime,jdbcType= TIMESTAMP },
create_by=#{createBy,jdbcType=VARCHAR},
update_by=#{updateBy,jdbcType=VARCHAR},
del_flag=#{delFlag,jdbcType= NUMERIC },
year_=#{year,jdbcType= TIMESTAMP },
index_=#{index,jdbcType= NUMERIC },
template_id=#{templateId,jdbcType=VARCHAR},
where id_=#{id}