delete from base_transaction_record where id_=#{id,jdbcType=VARCHAR}
update base_transaction_record
company_id=#{companyId,jdbcType=VARCHAR},
transaction_number=#{transactionNumber,jdbcType=VARCHAR},
amount_=#{amount,jdbcType= NUMERIC },
order_no=#{orderNo,jdbcType=VARCHAR},
payment_status=#{paymentStatus,jdbcType=VARCHAR},
buy_type=#{buyType,jdbcType=VARCHAR},
payment_time=#{paymentTime,jdbcType= TIMESTAMP },
create_by=#{createBy,jdbcType=VARCHAR},
create_time=#{createTime,jdbcType= TIMESTAMP },
update_by=#{updateBy,jdbcType=VARCHAR},
update_time=#{updateTime,jdbcType= TIMESTAMP },
del_flag=#{delFlag,jdbcType= NUMERIC },
where id_=#{id}