From 04500c8053c5846f65d7be732fa229d9d9bd87eb Mon Sep 17 00:00:00 2001 From: huangqizhen <15552608129@163.com> Date: Sun, 18 Jan 2026 17:36:15 +0800 Subject: [PATCH] =?UTF-8?q?1.18=20=E8=B5=84=E9=87=91=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/cashMapper/CashRefundMapper.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/cashMapper/CashRefundMapper.xml b/src/main/resources/cashMapper/CashRefundMapper.xml index c43b871..c7ed8d8 100644 --- a/src/main/resources/cashMapper/CashRefundMapper.xml +++ b/src/main/resources/cashMapper/CashRefundMapper.xml @@ -423,14 +423,14 @@ crc.market, crc.order_code, crc.payment_currency, - FORMAT(crc.payment_amount / 100.0, 2) as paymentAmount, + ROUND(crc.payment_amount / 100.0, 2) as paymentAmount, crc.received_currency, - FORMAT(crc.received_amount / 100.0, 2) as receivedAmount, + ROUND(crc.received_amount / 100.0, 2) as receivedAmount, - FORMAT(crc.handling_charge / 100.0, 2) as handlingCharge, - FORMAT(crc.permanent_gold / 100.0, 2) as permanentGold, - FORMAT(crc.free_gold / 100.0, 2) as freeGold, + ROUND(crc.handling_charge / 100.0, 2) as handlingCharge, + ROUND(crc.permanent_gold / 100.0, 2) as permanentGold, + ROUND(crc.free_gold / 100.0, 2) as freeGold, crc.pay_type, crc.pay_time,