Commit 5c1daaa0 authored by hujun's avatar hujun

img

parent 0dd9c1be
......@@ -207,7 +207,8 @@ class PayLog extends Basic
return $this->response(101, '类型错误');
}
$field = 'id,create_time,agent_name,refund_money,order_id,pay_log_id,bank,card_no,name,remark,receipt_number,report_id,order_no,type';
$field = 'id,create_time,agent_name,refund_money,order_id,pay_log_id,bank,card_no,name,remark,';
$field .= 'receipt_number,report_id,order_no,type,status';
$where['is_del'] = 0;
$m_refund = new ORefundModel();
......
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