|
|
@ -425,14 +425,15 @@ |
|
|
<insert id="addExFund" > |
|
|
<insert id="addExFund" > |
|
|
insert into cash_record_collection |
|
|
insert into cash_record_collection |
|
|
(jwcode,name,market,activity,order_code,goods_name,good_num,pay_type,payment_currency, |
|
|
(jwcode,name,market,activity,order_code,goods_name,good_num,pay_type,payment_currency, |
|
|
payment_amount,status,order_type,received_maket,received_amount,received_currency, |
|
|
|
|
|
performance_market,remark,handing_charge,pay_time) |
|
|
|
|
|
|
|
|
payment_amount,status,order_type,received_market,received_amount,received_currency, |
|
|
|
|
|
performance_market,remark,handling_charge,pay_time,submitter_id,submitter_market) |
|
|
values(#{addFundsDTO.jwcode},#{addFundsDTO.name},#{addFundsDTO.market}, |
|
|
values(#{addFundsDTO.jwcode},#{addFundsDTO.name},#{addFundsDTO.market}, |
|
|
#{addFundsDTO.activity},#{addFundsDTO.orderCode},#{addFundsDTO.goodsName}, |
|
|
#{addFundsDTO.activity},#{addFundsDTO.orderCode},#{addFundsDTO.goodsName}, |
|
|
#{addFundsDTO.goodNum},#{addFundsDTO.payType},#{addFundsDTO.paymentCurrency}, |
|
|
#{addFundsDTO.goodNum},#{addFundsDTO.payType},#{addFundsDTO.paymentCurrency}, |
|
|
#{addFundsDTO.paymentAmount},#{addFundsDTO.status},#{addFundsDTO.orderType}, |
|
|
#{addFundsDTO.paymentAmount},#{addFundsDTO.status},#{addFundsDTO.orderType}, |
|
|
#{addFundsDTO.receivedMarket},#{addFundsDTO.receivedAmount},#{addFundsDTO.receivedCurrency}, |
|
|
#{addFundsDTO.receivedMarket},#{addFundsDTO.receivedAmount},#{addFundsDTO.receivedCurrency}, |
|
|
#{addFundsDTO.performanceMarket},#{addFundsDTO.remark,#{addFundsDTO.handlingCharge},#{addFundsDTO.payTime}) |
|
|
|
|
|
|
|
|
#{addFundsDTO.performanceMarket},#{addFundsDTO.remark},#{addFundsDTO.handlingCharge},#{addFundsDTO.payTime}, |
|
|
|
|
|
#{addFundsDTO.submitterId},#{addFundsDTO.submitterMarket}) |
|
|
</insert> |
|
|
</insert> |
|
|
|
|
|
|
|
|
<!-- 根据精网号和钱包 ID 查询用户钱包明细列表 --> |
|
|
<!-- 根据精网号和钱包 ID 查询用户钱包明细列表 --> |
|
|
|