Commit 182ee770 authored by hujun's avatar hujun

1

# Conflicts: # application/index/controller/BusinessDistrict.php
parent c5f380a9
......@@ -159,9 +159,7 @@ class BusinessDistrict extends Basic
$where['province'] = $this->params['province'];
}
if (empty($this->params['city']) && $this->userId != 1) {
$where['city'] = $this->city;
} else {
if (!empty($this->params['city'])) {
$where['city'] = $this->params['city'];
}
......
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