lh hai 4 meses
pai
achega
3335bd84ef
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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')