Commit 70a762a4 authored by hujun's avatar hujun

商圈

parent 44a872bb
...@@ -153,9 +153,9 @@ class BusinessDistrict extends Basic ...@@ -153,9 +153,9 @@ class BusinessDistrict extends Basic
$where['province'] = $this->params['province']; $where['province'] = $this->params['province'];
} }
if (empty($this->params['city'])) { if (!empty($this->params['city'])) {
$where['city'] = '上海市'; // $where['city'] = '上海市';
} else { // } else {
$where['city'] = $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