lh 2 月之前
父節點
當前提交
3335bd84ef
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Services/DeepSeek/DeepSeekService.php

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

@@ -4833,6 +4833,7 @@ class DeepSeekService
         return DB::table('mp_anime_records')
             ->where('anime_id', $animeId)
             ->where('sequence', $sequence)
+            ->where('episode_id', '>', 0)
             ->select('role', 'content')
             ->orderBy('created_at')
             ->orderBy('id')