Commit f5086d05 authored by hujun's avatar hujun

撤销

parent a3087876
...@@ -3943,7 +3943,7 @@ class Finance extends Basic ...@@ -3943,7 +3943,7 @@ class Finance extends Basic
return $this->response($code, '参数错误'); return $this->response($code, '参数错误');
} }
$msg = ''; $msg = '';
$where['a.status'] = 20; $where['a.status'] = ['in', '20,21'];
$where[] = ['EXP', 'a.id ='.$this->params['id'].' OR a.father_id='.$this->params['id']]; $where[] = ['EXP', 'a.id ='.$this->params['id'].' OR a.father_id='.$this->params['id']];
$agent_arr = $this->m_bargain->agentBargainAll('a.create_time,a.agent_id,b.store_id,b.district_id', $where); $agent_arr = $this->m_bargain->agentBargainAll('a.create_time,a.agent_id,b.store_id,b.district_id', $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