From 7a51b383407bb8aec1ef8525ed92b4e46ef8ee80 Mon Sep 17 00:00:00 2001 From: donqi Date: Thu, 10 Nov 2022 22:49:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E5=AD=90=E5=8D=95=E9=83=BD?= =?UTF-8?q?=E5=8A=A0=E4=BB=B7=E4=BA=86=E7=9A=84=E5=8D=95=E5=AD=90=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=BB=98=E6=AC=BE=E5=BC=B9=E5=87=BA=E7=9A=84=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E9=87=91=E9=A2=9D=E4=B8=8D=E5=AF=B9=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/financial/FinancialChangeRecordMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghy-payment/src/main/resources/mapper/financial/FinancialChangeRecordMapper.xml b/ghy-payment/src/main/resources/mapper/financial/FinancialChangeRecordMapper.xml index cd118d7b..f13142b8 100644 --- a/ghy-payment/src/main/resources/mapper/financial/FinancialChangeRecordMapper.xml +++ b/ghy-payment/src/main/resources/mapper/financial/FinancialChangeRecordMapper.xml @@ -20,7 +20,7 @@ where order_detail_id = #{orderDetailId} and pay_status = 0; - + - where order_detail_id in ( #{ids} ) + where order_detail_id in ( ${ids} )