正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -183,7 +183,7 @@ class KeywordController extends BaseController | @@ -183,7 +183,7 @@ class KeywordController extends BaseController | ||
| 183 | public function batchKeywordFiled(){ | 183 | public function batchKeywordFiled(){ |
| 184 | $param = []; | 184 | $param = []; |
| 185 | if(isset($this->param['keyword'])){ | 185 | if(isset($this->param['keyword'])){ |
| 186 | - $param['seo_keyword'] = null; | 186 | + $param['seo_keywords'] = null; |
| 187 | } | 187 | } |
| 188 | if(isset($this->param['description'])){ | 188 | if(isset($this->param['description'])){ |
| 189 | $param['seo_description'] = null; | 189 | $param['seo_description'] = null; |
-
请 注册 或 登录 后发表评论