lh 1 月之前
父節點
當前提交
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')
         $role = DB::table('mp_products')
         ->where('id', $id)
         ->where('id', $id)
         ->where('cpid', $cpid)
         ->where('cpid', $cpid)
-        ->where('type', 1)
         ->first();
         ->first();
         if (!$role) Utils::throwError('20003:记录不存在');
         if (!$role) Utils::throwError('20003:记录不存在');