Commit 13ef7bc8 by 朱继来

调整退货单审核

parent 71b7dd7e
Showing with 1 additions and 1 deletions
......@@ -177,7 +177,7 @@ class OrderReturnModel extends Model
$event = '审核通过退货单';
} else {
$update['refuse_reason'] = $request->input('refuse_reason');
$event = '驳回退货单,原因:'.$refund_reason;
$event = '驳回退货单,原因:'.$update['refuse_reason'];
}
$update['status'] = $type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment