lh 1 месяц назад
Родитель
Сommit
5c6f5a82cf
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app/Services/Anime/AnimeService.php

+ 0 - 1
app/Services/Anime/AnimeService.php

@@ -5041,7 +5041,6 @@ class AnimeService
         $role = DB::table('mp_products')
         ->where('id', $id)
         ->where('cpid', $cpid)
-        ->where('type', 1)
         ->first();
         if (!$role) Utils::throwError('20003:记录不存在');