|
...
|
...
|
@@ -568,7 +568,6 @@ class ProjectUpdate extends Command |
|
|
|
}
|
|
|
|
} else {
|
|
|
|
$parent_id = $parent['id'];
|
|
|
|
$this->set_map($this->get_url_route($item['url'] ?? ''), RouteMap::SOURCE_NEWS_CATE, $parent_id, $project_id);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!empty($item['children'])) {
|
...
|
...
|
|