作者 刘锟

update

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