diff --git a/src/main/resources/cashMapper/CashCollectionMapper.xml b/src/main/resources/cashMapper/CashCollectionMapper.xml index a3c438a..9dcf025 100644 --- a/src/main/resources/cashMapper/CashCollectionMapper.xml +++ b/src/main/resources/cashMapper/CashCollectionMapper.xml @@ -280,7 +280,7 @@ update cash_record_collection - + SET received_time=#{time}, payment_currency=#{currency}, received_currency=#{currency}, @@ -288,7 +288,6 @@ received_amount=#{net_amount}, handling_charge=#{charge}, order_no_status=0 - - where order_code=#{merchant_reference} + where order_no=#{merchant_reference} \ No newline at end of file