Commit f091334c authored by hujun's avatar hujun

获取经纪人接口区分站点

parent e9a1a5d1
......@@ -98,6 +98,10 @@ class Broker extends Basic
$where .= ' AND district_id='.$this->params['district_id'];
}
if ($this->params['site_id']) {
$where .= ' AND site_id='. $this->params['site_id'];
}
if ($where) {
$agent = new AAgents();
$field = 'id,name,phone';
......
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