|
|
@ -435,6 +435,16 @@ |
|
|
#{addFundsDTO.performanceMarket},#{addFundsDTO.remark},#{addFundsDTO.handlingCharge},#{addFundsDTO.payTime}, |
|
|
#{addFundsDTO.performanceMarket},#{addFundsDTO.remark},#{addFundsDTO.handlingCharge},#{addFundsDTO.payTime}, |
|
|
#{addFundsDTO.submitterId},#{addFundsDTO.submitterMarket}) |
|
|
#{addFundsDTO.submitterId},#{addFundsDTO.submitterMarket}) |
|
|
</insert> |
|
|
</insert> |
|
|
|
|
|
<insert id="addIpay88Fee"> |
|
|
|
|
|
insert into cash_record_collection |
|
|
|
|
|
(order_type,jwcode,name,market,activity,order_code,goods_name,pay_type,payment_currency,handling_charge,remark,payment_amount, |
|
|
|
|
|
received_market,performance_market,submitter_id,submitter_market,pay_time) |
|
|
|
|
|
values(#{orderType},#{jwcode},#{name},#{market},#{activity},#{orderCode}, |
|
|
|
|
|
#{goodsName},#{payType},#{paymentCurrency},#{handlingCharge},#{remark}, |
|
|
|
|
|
#{paymentAmount},#{receivedMarket},#{performanceMarket},#{submitterId}, |
|
|
|
|
|
#{submitterMarket},now() |
|
|
|
|
|
) |
|
|
|
|
|
</insert> |
|
|
|
|
|
|
|
|
<!-- 根据精网号和钱包 ID 查询用户钱包明细列表 --> |
|
|
<!-- 根据精网号和钱包 ID 查询用户钱包明细列表 --> |
|
|
<select id="selectWalletRecordsByJwcodeAndWalletId" resultType="com.example.demo.domain.vo.cash.UserWalletRecordVO"> |
|
|
<select id="selectWalletRecordsByJwcodeAndWalletId" resultType="com.example.demo.domain.vo.cash.UserWalletRecordVO"> |
|
|
|