Commit c6f0430c authored by hujun's avatar hujun

退款成功

parent 5b7833fe
......@@ -489,7 +489,7 @@ class Finance extends Basic
$where = [];
$refund = new ORefundModel();
$field = 'a.id,a.agent_name,a.name,a.bank,a.card_no,a.create_time,a.refund_money,b.report_agent_name,b.user_name';
// $where['status'] = 2; //退款成功
$where['status'] = 2; //退款成功
$data['data']['list'] = $refund->selectRefundByOrderNoPage($pageNo, $pageSize, 'id desc', $field, $where);
$data['data']['total'] = $refund->selectRefundByOrderNoPageTotal($where);
......
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