正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -154,6 +154,7 @@ class ProjectUpdate extends Command | @@ -154,6 +154,7 @@ class ProjectUpdate extends Command | ||
| 154 | 'seo_title' => $item['seo_title'] ?? '', | 154 | 'seo_title' => $item['seo_title'] ?? '', |
| 155 | 'seo_keywords' => $item['seo_keywords'] ?? '', | 155 | 'seo_keywords' => $item['seo_keywords'] ?? '', |
| 156 | 'seo_description' => $item['seo_description'] ?? '', | 156 | 'seo_description' => $item['seo_description'] ?? '', |
| 157 | + 'is_upgrade' => 1, | ||
| 157 | 'route' => $route | 158 | 'route' => $route |
| 158 | ]); | 159 | ]); |
| 159 | $this->set_map($route, RouteMap::SOURCE_PRODUCT_KEYWORD, $id, $project_id); | 160 | $this->set_map($route, RouteMap::SOURCE_PRODUCT_KEYWORD, $id, $project_id); |
-
请 注册 或 登录 后发表评论