Commit 290ecf36 authored by clone's avatar clone

bug

parent ac9374c1
...@@ -492,7 +492,6 @@ class Finance extends Basic ...@@ -492,7 +492,6 @@ class Finance extends Basic
$bargain = new OPayLogModel(); $bargain = new OPayLogModel();
$fields = 'create_time,money,type,pay_type,agent_id'; $fields = 'create_time,money,type,pay_type,agent_id';
$where['report_id'] = $this->params['id']; $where['report_id'] = $this->params['id'];
$where['is_del'] = 0;
$data['data'] = $bargain->selectPayLogByOrderNo($fields, $where); $data['data'] = $bargain->selectPayLogByOrderNo($fields, $where);
$agent = new AAgents(); $agent = new AAgents();
foreach ($data['data'] as $k => $v) { foreach ($data['data'] as $k => $v) {
......
This diff is collapsed.
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