Browse Source

04-13 修改资金流水 退款订单的到账金额展示原订单金额

milestone-20260401-现金管理四期
lijianlin 9 hours ago
parent
commit
dab436538e
  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 paymentAmount,
crc.received_currency as received_currency,
ROUND(-crr.refund_amount / 100.0, 2) as receivedAmount,
ROUND(crc.received_amount / 100.0, 2) as receivedAmount,
NULL as handlingCharge,
NULL as permanentGold,
NULL as freeGold,

Loading…
Cancel
Save