Commit 4b168db2 authored by hujun's avatar hujun

1

parent 93d60918
......@@ -159,8 +159,8 @@ class BusinessDistrict extends Basic
$where['province'] = $this->params['province'];
}
if (!empty($this->params['city']) && $this->userId != 1) {
$where['city'] = $this->userId;
if (!empty($this->params['city'])) {
$where['city'] = $this->params['city'];
}
if (!empty($this->params['disc'])) {
......
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