合并分支 'lyh-server' 到 'master'
变更数据 查看合并请求 !2811
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -197,9 +197,9 @@ class AiBlogLogic extends BaseLogic | @@ -197,9 +197,9 @@ class AiBlogLogic extends BaseLogic | ||
| 197 | $result = $aiBlogService->createCustomBlog($data); | 197 | $result = $aiBlogService->createCustomBlog($data); |
| 198 | if($result['status'] == 200){ | 198 | if($result['status'] == 200){ |
| 199 | $this->model->edit(['task_id'=>$result['data']['task_id']],['id'=>$id]); | 199 | $this->model->edit(['task_id'=>$result['data']['task_id']],['id'=>$id]); |
| 200 | + //todo::更新列表页 | ||
| 201 | + shell_exec("php artisan save_ai_blog_list {$this->user['project_id']} > /dev/null 2>&1 &"); | ||
| 200 | } | 202 | } |
| 201 | - //todo::更新列表页 | ||
| 202 | -// shell_exec("php artisan save_ai_blog_list {$this->user['project_id']} > /dev/null 2>&1 &"); | ||
| 203 | return $this->success(); | 203 | return $this->success(); |
| 204 | } | 204 | } |
| 205 | } | 205 | } |
-
请 注册 或 登录 后发表评论