Commit 97f053d6 authored by zhuwei's avatar zhuwei

1

parent c438398e
...@@ -123,10 +123,10 @@ class CollectUser extends Basic ...@@ -123,10 +123,10 @@ class CollectUser extends Basic
$get_params['CollectUser.status'] = 1; $get_params['CollectUser.status'] = 1;
$get_params['Users.entrust_type'] = isset($params["entrust_type"]) ? $params["entrust_type"] : 0; $get_params['Users.entrust_type'] = isset($params["entrust_type"]) ? $params["entrust_type"] : 0;
if (isset($params['site_id']) && $params['site_id']) { // if (isset($params['site_id']) && $params['site_id']) {
//城市筛选 // //城市筛选
$get_params['Users.site_ids'] = [ 'LIKE', '%' . $params['site_id'] . '%' ]; // $get_params['Users.site_ids'] = [ 'LIKE', '%' . $params['site_id'] . '%' ];
} // }
$res = $this->aCollectUser->getCollectList($pageNo,$pageSize,$field,$get_params); $res = $this->aCollectUser->getCollectList($pageNo,$pageSize,$field,$get_params);
$res_total = $this->aCollectUser->getCollectListTotal($field,$get_params); $res_total = $this->aCollectUser->getCollectListTotal($field,$get_params);
......
...@@ -208,6 +208,7 @@ class Shop extends Basic ...@@ -208,6 +208,7 @@ class Shop extends Basic
}else{ }else{
$conditions["city"] = $params["city"]; $conditions["city"] = $params["city"];
} }
big_log($params);
} }
......
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