lh 4 달 전
부모
커밋
af4e03cb61
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Services/DeepSeek/DeepSeekService.php

+ 1 - 0
app/Services/DeepSeek/DeepSeekService.php

@@ -1842,6 +1842,7 @@ class DeepSeekService
             // 返回前保存剧本内容
             $boolen = DB::table('mp_scripts')->where('id', $script_id)->update([
                 'content' => $content,
+                'status'  => '解析完成',
                 'updated_at' => date('Y-m-d H:i:s')
             ]);
             if (!$boolen) {