Commit 1d48b3e6 authored by hujun's avatar hujun

退款详情

parent eb306efe
...@@ -3745,7 +3745,7 @@ class Finance extends Basic ...@@ -3745,7 +3745,7 @@ class Finance extends Basic
$m_img = new OImg(); $m_img = new OImg();
$field = 'id,refund_money,receipt_number,type,refund_cause,refund_way,card_no,bank,name,phone,agent_id,status,pay_log_id,create_time'; $field = 'id,refund_money,receipt_number,type,refund_cause,refund_way,card_no,bank,name,phone,agent_id,status,pay_log_id,create_time';
$refund_data = $m_refund->selectRefundByOrderNo($field, ['id'=>$this->params['id'], 'is_del'=>0]); $refund_data = $m_refund->selectRefundByOrderNo($field, ['id'=>$this->params['refund_id'], 'is_del'=>0]);
if (empty($refund_data[0])) { if (empty($refund_data[0])) {
return $this->response(101, '退款信息错误'); return $this->response(101, '退款信息错误');
......
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