Commit 27491105 authored by hujun's avatar hujun

report_id,order_no

parent 81e44a6f
......@@ -203,7 +203,7 @@ class OfficePayLog 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';
$field = 'id,create_time,agent_name,refund_money,order_id,pay_log_id,bank,card_no,name,remark,receipt_number,report_id,order_no';
$where['is_del'] = 0;
$m_refund = new OfficeORefundModel();
......@@ -234,6 +234,6 @@ class OfficePayLog extends Basic
$refund_data[$k]['transfer_image_array'] = [];
}
}
return $this->response(200, $refund_data);
return $this->response(200, '', $refund_data);
}
}
\ No newline at end of file
......@@ -212,7 +212,7 @@ 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';
$field = 'id,create_time,agent_name,refund_money,order_id,pay_log_id,bank,card_no,name,remark,receipt_number,report_id,order_no';
$where['is_del'] = 0;
$m_refund = new OfficeORefundModel();
......@@ -243,7 +243,7 @@ class PayLog extends Basic
$refund_data[$k]['transfer_image_array'] = [];
}
}
return $this->response(200, $refund_data);
return $this->response(200, '',$refund_data);
}
/**我的收款记录列表
......
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