delete from base_deposit where id_=#{id,jdbcType=VARCHAR}
update base_deposit
amount_=#{amount,jdbcType= NUMERIC },
technician_id=#{technicianId,jdbcType=VARCHAR},
pay_type=#{payType,jdbcType=VARCHAR},
pay_status_=#{payStatus,jdbcType=VARCHAR},
pay_time=#{payTime,jdbcType= TIMESTAMP },
create_time=#{createTime,jdbcType= TIMESTAMP },
update_time=#{updateTime,jdbcType= TIMESTAMP },
del_flag=#{delFlag,jdbcType= NUMERIC },
create_by=#{createBy,jdbcType=VARCHAR},
update_by=#{updateBy,jdbcType=VARCHAR},
where id_=#{id}