Commit 051def70 authored by hujun's avatar hujun

1

parent d63a48bc
......@@ -202,8 +202,7 @@ class Remark extends Basic
$where['agent_id'] = (int)$this->params['agent_id'];
}
if (!empty($this->params['content'])) {
$content = trim($this->params['content']);
$where['content'] = ['LIKE', "%{$content}%"];
$where['content'] = $this->params['content'];
}
if (!empty($this->params['remark_store_id'])) {
$where['store_id'] = (int)$this->params['remark_store_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