Commit d5d202b9 authored by hujun's avatar hujun

状态判断

parent 07f856dd
...@@ -3114,6 +3114,10 @@ class Finance extends Basic ...@@ -3114,6 +3114,10 @@ class Finance extends Basic
$where['agent_id'] = $this->params['agent_id']; $where['agent_id'] = $this->params['agent_id'];
} }
if ($this->params['status'] > -1) {
$where['agent_id'] = $this->params['agent_id'];
}
$m_daily = new ODaily(); $m_daily = new ODaily();
$m_store = new AStore(); $m_store = new AStore();
$field = 'id,agent_id,create_time,daily_date,store_id,status'; $field = 'id,agent_id,create_time,daily_date,store_id,status';
......
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