|
...
|
...
|
@@ -59,10 +59,10 @@ class UpdateSeoTdk extends Command |
|
|
|
ProjectServer::useProject($project_id);
|
|
|
|
// $this->updateProduct($project_id);
|
|
|
|
// $this->updateProductCate($project_id);
|
|
|
|
$this->updateBlogs($project_id);
|
|
|
|
$this->updateBlogCate($project_id);
|
|
|
|
// $this->updateNews($project_id);
|
|
|
|
// $this->updateNewsCate($project_id);
|
|
|
|
// $this->updateBlogs($project_id);
|
|
|
|
// $this->updateBlogCate($project_id);
|
|
|
|
$this->updateNews($project_id);
|
|
|
|
$this->updateNewsCate($project_id);
|
|
|
|
// $this->updatePage($project_id);
|
|
|
|
DB::disconnect('custom_mysql');
|
|
|
|
}catch (\Exception $e){
|
...
|
...
|
|