Commit 425210bf authored by hujun's avatar hujun

[0]

parent b418a909
...@@ -3677,7 +3677,7 @@ class Finance extends Basic ...@@ -3677,7 +3677,7 @@ class Finance extends Basic
$save_data['remark'] = trim($this->params['remark']); $save_data['remark'] = trim($this->params['remark']);
$save_data['operation_id'] = $this->userId; $save_data['operation_id'] = $this->userId;
$save_data['operation_name'] = $this->userName; $save_data['operation_name'] = $this->userName;
$save_data['order_id'] = $refund_data['order_id']; $save_data['order_id'] = $refund_data[0]['order_id'];
$num = 0; $num = 0;
switch ($this->params['status']) { switch ($this->params['status']) {
......
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 to comment