Browse Source

11月21日银行接口

sunjiabei/feature-20251021102635-银行接口
sunjiabei 5 days ago
parent
commit
62741879f5
  1. 5
      src/main/resources/cashMapper/CashCollectionMapper.xml

5
src/main/resources/cashMapper/CashCollectionMapper.xml

@ -280,7 +280,7 @@
<!--根据glodcoin订单号更新收款订单--> <!--根据glodcoin订单号更新收款订单-->
<update id="updateByGoldCoinOrderCode"> <update id="updateByGoldCoinOrderCode">
update cash_record_collection update cash_record_collection
<set>
SET
received_time=#{time}, received_time=#{time},
payment_currency=#{currency}, payment_currency=#{currency},
received_currency=#{currency}, received_currency=#{currency},
@ -288,7 +288,6 @@
received_amount=#{net_amount}, received_amount=#{net_amount},
handling_charge=#{charge}, handling_charge=#{charge},
order_no_status=0 order_no_status=0
</set>
where order_code=#{merchant_reference}
where order_no=#{merchant_reference}
</update> </update>
</mapper> </mapper>
Loading…
Cancel
Save