diff --git a/src/main/resources/cashMapper/CashRefundMapper.xml b/src/main/resources/cashMapper/CashRefundMapper.xml index 8185f5a..9305970 100644 --- a/src/main/resources/cashMapper/CashRefundMapper.xml +++ b/src/main/resources/cashMapper/CashRefundMapper.xml @@ -91,7 +91,7 @@ where order_type =2 and id = #{id} - update cash_record_done + update cash_record set status = #{status} where id = #{id}