作者 李宇航

合并分支 'lyh-server' 到 'master'

gxai



查看合并请求 !1815
... ... @@ -156,7 +156,7 @@ class Keyword extends Base
if(empty($v)){
continue;
}
$info = $this->read(['title'=>$v],['id']);
$info = $this->read(['title'=>trim($v)],['id']);
if($info == false){
$param['project_id'] = $project_id;
$param['title'] = $v;
... ...