正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -60,11 +60,11 @@ class UpdateRoute extends Command | @@ -60,11 +60,11 @@ class UpdateRoute extends Command | ||
| 60 | ProjectServer::useProject($v['id']); | 60 | ProjectServer::useProject($v['id']); |
| 61 | $routeMapModel = new RouteMap(); | 61 | $routeMapModel = new RouteMap(); |
| 62 | $routeMapModel->del(['source'=>'blog_category']); | 62 | $routeMapModel->del(['source'=>'blog_category']); |
| 63 | - $this->setProductRoute($v['id']); | 63 | +// $this->setProductRoute($v['id']); |
| 64 | // $this->setProductKeywordRoute($v['id']); | 64 | // $this->setProductKeywordRoute($v['id']); |
| 65 | // $this->setBlogRoute($v['id']); | 65 | // $this->setBlogRoute($v['id']); |
| 66 | // $this->setNewsRoute($v['id']); | 66 | // $this->setNewsRoute($v['id']); |
| 67 | -// $this->setBlogCateRoute($v['id']); | 67 | + $this->setBlogCateRoute($v['id']); |
| 68 | // $this->setNewsCateRoute($v['id']); | 68 | // $this->setNewsCateRoute($v['id']); |
| 69 | DB::disconnect('custom_mysql'); | 69 | DB::disconnect('custom_mysql'); |
| 70 | } | 70 | } |
-
请 注册 或 登录 后发表评论