Commit c4787c26 authored by hujun's avatar hujun

getBusinessAll

parent 058225cb
...@@ -153,7 +153,9 @@ class BusinessDistrict extends Basic ...@@ -153,7 +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'] = '上海市';
} 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