|
...
|
...
|
@@ -119,7 +119,7 @@ class AiBlogAuthorTask extends Command |
|
|
|
];
|
|
|
|
$id = $aiBlogAuthorModel->addReturnId($param);
|
|
|
|
$route = RouteMap::setRoute($v['title'], RouteMap::SOURCE_AI_BLOG_AUTHOR, $id, $project_id);
|
|
|
|
$this->model->edit(['route'=>$route],['id'=>$id]);
|
|
|
|
$aiBlogAuthorModel->edit(['route'=>$route],['id'=>$id]);
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
...
|
...
|
|