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} )