From bea163252a82fc8e0aa642b5abb67c02909f38dd Mon Sep 17 00:00:00 2001 From: HH Date: Sun, 9 Apr 2023 22:10:00 +0800 Subject: [PATCH] ClassCastException: Long cannot be cast to String --- .../mapper/financial/FinancialChangeRecordMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghy-payment/src/main/resources/mapper/financial/FinancialChangeRecordMapper.xml b/ghy-payment/src/main/resources/mapper/financial/FinancialChangeRecordMapper.xml index f5a41e44..e9606254 100644 --- a/ghy-payment/src/main/resources/mapper/financial/FinancialChangeRecordMapper.xml +++ b/ghy-payment/src/main/resources/mapper/financial/FinancialChangeRecordMapper.xml @@ -42,12 +42,12 @@ where order_detail_id in ( ${ids} ) - where order_master_id = #{orderMasterId} - where id = #{id} @@ -95,7 +95,7 @@ where id = #{id} - + delete from financial_change_record where id = #{id}