Commit 490266ac authored by hujun's avatar hujun

user_id

parent 9b2e9395
...@@ -95,7 +95,7 @@ class Remark extends Basic ...@@ -95,7 +95,7 @@ class Remark extends Basic
$is_today = false; $is_today = false;
} }
if ($site_id == "10001" && ($this->params['agent_id'] > 0 || !empty($this->params["content"])) && $is_today) { if ($site_id == "10001" && ($this->params['agent_id'] > 0 || !empty($this->params["content"])) && $is_today && empty($this->params['user_id'])) {
$searchService = new SearchService(); $searchService = new SearchService();
$this->params['search_content'] = $this->params['content']; $this->params['search_content'] = $this->params['content'];
$this->params['start_time'] = strtotime($this->params['start_date']); $this->params['start_time'] = strtotime($this->params['start_date']);
......
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