Commit 080d094e authored by hujun's avatar hujun

empty

parent 5d18f92c
......@@ -147,7 +147,7 @@ class Shop extends Basic
if (isset($params['disc'])) { //区域
$conditions['disc'] = array('eq', trim($params['disc']));
}
if (isset($params['business_id'])) { //商圈
if (!empty($params['business_id'])) { //商圈
$conditions['business_district_id'] = array('eq', trim($params['business_id']));
}
......
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