From 82f3962017547b211601226435add3c92102c6a5 Mon Sep 17 00:00:00 2001 From: lijianlin Date: Wed, 8 Apr 2026 17:16:22 +0800 Subject: [PATCH] =?UTF-8?q?04-08=20=E8=B5=84=E9=87=91=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E5=9C=B0=E5=8C=BA-=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/cashMapper/CashRefundMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/cashMapper/CashRefundMapper.xml b/src/main/resources/cashMapper/CashRefundMapper.xml index ce9a30f..68f5f6c 100644 --- a/src/main/resources/cashMapper/CashRefundMapper.xml +++ b/src/main/resources/cashMapper/CashRefundMapper.xml @@ -516,7 +516,7 @@ AND ( - (crc.received_market = #{item.areaId} AND crc.pay_type = #{item.payType}) + (crc.received_market = #{item.areaId,jdbcType=INTEGER} AND crc.pay_type = #{item.payType,jdbcType=VARCHAR}) ) @@ -544,9 +544,9 @@ NULL as freeGold, crc.pay_type, crr.refund_time as pay_time, - crc.status, crc.received_time, crc.voucher, + crc.status, crr.refund_currency as refundCurrency, ROUND(crr.refund_amount / 100.0, 2) as refundAmount, crr.related_id as relatedId, @@ -585,7 +585,7 @@ AND ( - (crc.received_market = #{item.areaId} AND crc.pay_type = #{item.payType}) + (crc.received_market = #{item.areaId,jdbcType=INTEGER} AND crc.pay_type = #{item.payType,jdbcType=VARCHAR}) )