正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -60,7 +60,6 @@ class AiBlogTask extends Command | @@ -60,7 +60,6 @@ class AiBlogTask extends Command | ||
| 60 | $result = $aiBlogService->getDetail(); | 60 | $result = $aiBlogService->getDetail(); |
| 61 | if(!isset($result['status'])){ | 61 | if(!isset($result['status'])){ |
| 62 | echo json_encode($result,true).PHP_EOL; | 62 | echo json_encode($result,true).PHP_EOL; |
| 63 | - $aiBlogTaskModel->edit(['status'=>9],['id'=>$item['id']]); | ||
| 64 | continue; | 63 | continue; |
| 65 | } | 64 | } |
| 66 | if($result['status'] != 200){ | 65 | if($result['status'] != 200){ |
-
请 注册 或 登录 后发表评论