|
|
|
@ -428,14 +428,14 @@ |
|
|
|
insert into cash_record_collection |
|
|
|
(jwcode,name,market,activity,order_code,goods_name,good_num,pay_type,payment_currency, |
|
|
|
payment_amount,status,order_type,received_market,received_amount,received_currency, |
|
|
|
performance_market,remark,handling_charge,pay_time,submitter_id,submitter_market) |
|
|
|
performance_market,remark,handling_charge,pay_time,submitter_id,submitter_market,is_performance) |
|
|
|
values(#{addFundsDTO.jwcode},#{addFundsDTO.name},#{addFundsDTO.market}, |
|
|
|
#{addFundsDTO.activity},#{addFundsDTO.orderCode},#{addFundsDTO.goodsName}, |
|
|
|
#{addFundsDTO.goodNum},#{addFundsDTO.payType},#{addFundsDTO.paymentCurrency}, |
|
|
|
#{addFundsDTO.paymentAmount},#{addFundsDTO.status},#{addFundsDTO.orderType}, |
|
|
|
#{addFundsDTO.receivedMarket},#{addFundsDTO.receivedAmount},#{addFundsDTO.receivedCurrency}, |
|
|
|
#{addFundsDTO.performanceMarket},#{addFundsDTO.remark},#{addFundsDTO.handlingCharge},#{addFundsDTO.payTime}, |
|
|
|
#{addFundsDTO.submitterId},#{addFundsDTO.submitterMarket}) |
|
|
|
#{addFundsDTO.submitterId},#{addFundsDTO.submitterMarket},#{addFundsDTO.isPerformance}) |
|
|
|
</insert> |
|
|
|
<insert id="addIpay88Fee"> |
|
|
|
insert into cash_record_collection |
|
|
|
|