Commit 23811bae authored by hujun's avatar hujun

vip

parent 573f109d
......@@ -143,6 +143,10 @@ class Shop extends Basic
$conditions['fit_industry_type'] = array('like', "%" . trim($params['fit_industry_type']) . "%");
}
if (isset($params['is_vip'])) { //适合业态
$conditions['is_vip'] = $params['is_vip'];
}
$order_ = "";
$spTagArr = array();
switch ($params['site_area']) {
......
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