|
...
|
...
|
@@ -65,8 +65,8 @@ class UpdateSeoTdk extends Command |
|
|
|
$this->updateBlogs($project_id);
|
|
|
|
$this->updateBlogCate($project_id);
|
|
|
|
$this->updateNews($project_id);
|
|
|
|
// $this->updateNewsCate($project_id);
|
|
|
|
// $this->updatePage($project_id);
|
|
|
|
$this->updateNewsCate($project_id);
|
|
|
|
$this->updatePage($project_id);
|
|
|
|
DB::disconnect('custom_mysql');
|
|
|
|
}catch (\Exception $e){
|
|
|
|
echo date('Y-m-d H:i:s') . ' error: ' . $project_id . '->' . $e->getMessage() . PHP_EOL;
|
...
|
...
|
|