Commit 85f90bec authored by hujun's avatar hujun

1

parent d1c82d4f
......@@ -98,7 +98,7 @@ class Broker extends Basic
$where .= ' AND district_id='.$this->params['district_id'];
}
if ($this->params['site_id']) {
if ($this->params['site_id'] && ($this->userId != 1)) {
$where .= ' AND site_id='. $this->params['site_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