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}