lh il y a 1 mois
Parent
commit
5c6f5a82cf
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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:记录不存在');