提交 8da5dc05 编写于 作者: G gongfuxiang

bug

上级 81c6d90e
......@@ -180,7 +180,7 @@ class SearchService
* @datetime 2018-10-20T23:55:06+0800
* @param [array] $params [输入参数]
*/
public function SearchKeywordsList($params = [])
public static function SearchKeywordsList($params = [])
{
return Db::name('SearchHistory')->where(['keywords'=>['neq', '']])->group('keywords')->limit(10)->column('keywords');
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册