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

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

@@ -5201,7 +5201,7 @@ Q版卡通风格,头大身小,造型圆润可爱,线条简单,色彩明
         // 获取分集信息
         $episode = DB::table('mp_anime_episodes')
             ->where('anime_id', $animeId)
-            ->where('sequence', $sequence)
+            ->where('episode_number', $sequence)
             ->where('is_default', 1)
             ->first();