Commit cbb61f5b authored by hujun's avatar hujun

trim

parent 31bc4f04
...@@ -78,7 +78,8 @@ class Remark extends Basic ...@@ -78,7 +78,8 @@ class Remark extends Basic
} }
if (!empty($this->params['content'])) { if (!empty($this->params['content'])) {
$where['content'] = ['LIKE', "%{$this->params['content']}%"]; $content = trim($this->params['content']);
$where['content'] = ['LIKE', "%{$content}%"];
} }
//跟进人id //跟进人id
......
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