Commit 9e5002d6 authored by hujun's avatar hujun

order_id

parent 33407d32
......@@ -3600,7 +3600,7 @@ class Finance extends Basic
}
$refund_where['is_del'] = 0;
$refund_data = $m_refund->selectRefundByOrderNo('id,status', $refund_where);
$refund_data = $m_refund->selectRefundByOrderNo('id,status,order_id', $refund_where);
if (empty($refund_data[0]['id'])) {
return $this->response($code, '没有该退款详情');
......@@ -3624,6 +3624,7 @@ class Finance extends Basic
$save_data['remark'] = trim($this->params['remark']);
$save_data['operation_id'] = $this->userId;
$save_data['operation_name'] = $this->userName;
$save_data['order_id'] = $refund_data['order_id'];
$num = 0;
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