正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -204,7 +204,7 @@ class UpdateSeoTdk extends Command | @@ -204,7 +204,7 @@ class UpdateSeoTdk extends Command | ||
| 204 | if($field == 'keywords' || $field == 'seo_keywords'){ | 204 | if($field == 'keywords' || $field == 'seo_keywords'){ |
| 205 | $update[$table]['keyword']++; | 205 | $update[$table]['keyword']++; |
| 206 | } | 206 | } |
| 207 | - if($field == 'seo_description' || $field == 'description'){ | 207 | + if($field == 'seo_description' || $field == 'description' || $field == 'seo_des'){ |
| 208 | $update[$table]['des']++; | 208 | $update[$table]['des']++; |
| 209 | } | 209 | } |
| 210 | $data[$field] = $this->ai_send($prompt); | 210 | $data[$field] = $this->ai_send($prompt); |
| @@ -238,7 +238,7 @@ class UpdateSeoTdk extends Command | @@ -238,7 +238,7 @@ class UpdateSeoTdk extends Command | ||
| 238 | if($field == 'keywords' || $field == 'seo_keywords'){ | 238 | if($field == 'keywords' || $field == 'seo_keywords'){ |
| 239 | $update[$table]['keyword']++; | 239 | $update[$table]['keyword']++; |
| 240 | } | 240 | } |
| 241 | - if($field == 'seo_description' || $field == 'description'){ | 241 | + if($field == 'seo_description' || $field == 'description' || $field == 'seo_des'){ |
| 242 | $update[$table]['des']++; | 242 | $update[$table]['des']++; |
| 243 | } | 243 | } |
| 244 | } | 244 | } |
-
请 注册 或 登录 后发表评论