Commit 11719d21 authored by hujun's avatar hujun

vip盘搜索

parent f4f9a1e2
......@@ -222,6 +222,14 @@ class Houses extends Basic
}
}
if ($this->params['vip'] != -1) {
if ($this->params['vip'] == 1) {
$where['is_show'] = 1;
} else {
$where['is_show'] = 0;
}
}
/*商铺类型(0商场,1街铺)*/
if ($this->params['shop_type'] != -1) {
$where['shop_type'] = $this->params['shop_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