Commit 0114749e authored by clone's avatar clone

1

parent 9d811982
......@@ -112,7 +112,7 @@ class HomePageLog extends Basic
$result = $this->phoneFollowUpTemporary->getFollowList($pageNo, $pageSize, $order_ = 'id desc', $field, $where_);
} else {
//走搜索
if ($agentId > 0 || !empty($params["search_content"])) {
if ($this->siteId == "10001" && ($agentId > 0 || !empty($params["search_content"]))) {
$searchService = new SearchService();
$search_result = $searchService->searchByKeyword($params, $pageNo, $pageSize, $agentId);
$search_result = json_decode($search_result, true);
......
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