正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -64,7 +64,6 @@ class AiBlogLogic extends BaseLogic | @@ -64,7 +64,6 @@ class AiBlogLogic extends BaseLogic | ||
| 64 | ]); | 64 | ]); |
| 65 | $route = RouteMap::setRoute($aiBlogService->route, RouteMap::SOURCE_AI_BLOG, $aiBlogId, $this->user['project_id']); | 65 | $route = RouteMap::setRoute($aiBlogService->route, RouteMap::SOURCE_AI_BLOG, $aiBlogId, $this->user['project_id']); |
| 66 | $aiBlogModel->edit(['route'=>$route],['id'=>$aiBlogId]); | 66 | $aiBlogModel->edit(['route'=>$route],['id'=>$aiBlogId]); |
| 67 | - | ||
| 68 | } | 67 | } |
| 69 | return $this->success(); | 68 | return $this->success(); |
| 70 | } | 69 | } |
-
请 注册 或 登录 后发表评论