lh 2 mēneši atpakaļ
vecāks
revīzija
af4e03cb61
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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([
             $boolen = DB::table('mp_scripts')->where('id', $script_id)->update([
                 'content' => $content,
                 'content' => $content,
+                'status'  => '解析完成',
                 'updated_at' => date('Y-m-d H:i:s')
                 'updated_at' => date('Y-m-d H:i:s')
             ]);
             ]);
             if (!$boolen) {
             if (!$boolen) {