作者 lyh

gxai

... ... @@ -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;
... ...