Commit 2ff9340a authored by clone's avatar clone

客户搜索

parent e68423b8
......@@ -46,7 +46,7 @@ class Shop extends Basic
public function getShopList()
{
/*$params = array(
"site_area" => 4, //来源 1c首页 2c搜索 3b首页 4b搜索
"site_area" => 4, //来源 1c首页 2c搜索 3b首页 4b搜索 5b报备
// "title" => "vv", //1,2 external_title ,3,4internal_title
"house_id" => 4,
"is_carefully_chosen" => 0, //精选商铺--0否1是
......@@ -124,6 +124,7 @@ class Shop extends Basic
break;
case 2:
case 4:
case 5:
if (isset($params['disc'])) { //区域
$conditions['disc'] = array( 'eq', trim($params['disc']) );
}
......
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