Commit 70a762a4 authored by hujun's avatar hujun

商圈

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