diff --git a/src/main/resources/cashMapper/CashCollectionMapper.xml b/src/main/resources/cashMapper/CashCollectionMapper.xml index 7f25eef..4b4a0d1 100644 --- a/src/main/resources/cashMapper/CashCollectionMapper.xml +++ b/src/main/resources/cashMapper/CashCollectionMapper.xml @@ -422,8 +422,8 @@ update cash_record_collection SET received_time=#{availableOn}, - payment_currency='2', - received_currency='2', + payment_currency='3', + received_currency='3', payment_amount=#{amount}, received_amount=#{net}, handling_charge=#{fee},