作者 lyh

gx

... ... @@ -183,7 +183,7 @@ class KeywordController extends BaseController
public function batchKeywordFiled(){
$param = [];
if(isset($this->param['keyword'])){
$param['seo_keyword'] = null;
$param['seo_keywords'] = null;
}
if(isset($this->param['description'])){
$param['seo_description'] = null;
... ...