作者 刘锟

升级项目新增分类描述采集

@@ -803,7 +803,7 @@ class ProjectUpdate extends Command @@ -803,7 +803,7 @@ class ProjectUpdate extends Command
803 'image' => $new_img, 803 'image' => $new_img,
804 'pid' => $pid, 804 'pid' => $pid,
805 'keywords' => $item['keywords'] ?? '', 805 'keywords' => $item['keywords'] ?? '',
806 - 'describe' => $item['description'] ?? '', 806 + 'describe' => (isset($item['description']) && $item['description']) ? $item['description'] : '',
807 'original_id' => $item['id'], 807 'original_id' => $item['id'],
808 'route' => $route 808 'route' => $route
809 ]); 809 ]);