正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -63,10 +63,10 @@ class UpdateSeoTdk extends Command | @@ -63,10 +63,10 @@ class UpdateSeoTdk extends Command | ||
| 63 | $this->updateProduct($project_id); | 63 | $this->updateProduct($project_id); |
| 64 | $this->updateProductCate($project_id); | 64 | $this->updateProductCate($project_id); |
| 65 | $this->updateBlogs($project_id); | 65 | $this->updateBlogs($project_id); |
| 66 | - $this->updateBlogCate($project_id); | 66 | +// $this->updateBlogCate($project_id); |
| 67 | $this->updateNews($project_id); | 67 | $this->updateNews($project_id); |
| 68 | - $this->updateNewsCate($project_id); | ||
| 69 | - $this->updatePage($project_id); | 68 | +// $this->updateNewsCate($project_id); |
| 69 | +// $this->updatePage($project_id); | ||
| 70 | DB::disconnect('custom_mysql'); | 70 | DB::disconnect('custom_mysql'); |
| 71 | }catch (\Exception $e){ | 71 | }catch (\Exception $e){ |
| 72 | echo date('Y-m-d H:i:s') . ' error: ' . $project_id . '->' . $e->getMessage() . PHP_EOL; | 72 | echo date('Y-m-d H:i:s') . ' error: ' . $project_id . '->' . $e->getMessage() . PHP_EOL; |
-
请 注册 或 登录 后发表评论