Commit c498913f authored by hujun's avatar hujun

house_id

parent 5d6ad4ff
......@@ -866,6 +866,10 @@ class Houses extends Basic
$where['b.store_id'] = $this->params['store_id'];
}
if (isset($this->params['house_id'])) {
$where['a.house_id'] = $this->params['house_id'];
}
if (isset($this->params['agent_id'])) {
$where['a.upload_id'] = $this->params['agent_id'];
}
......
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