Browse Source

04-14 退款订单的到账金额展示退款金额

milestone-20260401-现金管理四期
lijianlin 2 days ago
parent
commit
99c1a84b36
  1. 2
      src/main/resources/cashMapper/CashRefundMapper.xml

2
src/main/resources/cashMapper/CashRefundMapper.xml

@ -550,7 +550,7 @@
NULL as payment_currency, NULL as payment_currency,
NULL as paymentAmount, NULL as paymentAmount,
crc.received_currency as received_currency, crc.received_currency as received_currency,
ROUND(crc.received_amount / 100.0, 2) as receivedAmount,
ROUND(-crr.refund_amount / 100.0, 2) as receivedAmount,
NULL as handlingCharge, NULL as handlingCharge,
NULL as permanentGold, NULL as permanentGold,
NULL as freeGold, NULL as freeGold,

Loading…
Cancel
Save