Commit 109ba9bb authored by zhuwei's avatar zhuwei

bug

parent 308aca85
...@@ -237,7 +237,7 @@ class Houses extends Basic ...@@ -237,7 +237,7 @@ class Houses extends Basic
} }
//盘方ID //盘方ID
if ($this->params['dish_id'] != NULL) { if ($this->params['dish_id'] != NULL) {
$agent_where['b.agents_id'] = $this->params['dish_id']; $agent_where['a.agents_id'] = $this->params['dish_id'];
$agent_where['a.type'] = 2; $agent_where['a.type'] = 2;
$agent_where['a.is_del'] = 0; $agent_where['a.is_del'] = 0;
} }
......
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