作者 lyh

gx

@@ -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;