作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into bate

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