Commit 19e6ae98 authored by clone's avatar clone

1

parent 0d49219a
......@@ -167,7 +167,7 @@ class FindShop extends Basic
if (isset($params['business_id']) && $params['business_id'] > 0) { //商圈
$conditions['business_district_id'] = array('eq', trim($params['business_id']));
}
if (isset($params['industry_type'])) { //业态
if (isset($params['industry_type']) && $params['industry_type'] != "全部") { //业态
$conditions['industry_type'] = array('like', "%" . trim($params['industry_type']) . "%");
}
......
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