From 8d1aabf8a204bd89a89af74d42e6a6fbcbba17cc Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Mon, 8 Jul 2024 00:41:42 +0800 Subject: [PATCH] yh --- Application/Admin/Controller/AutoPackController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/AutoPackController.class.php b/Application/Admin/Controller/AutoPackController.class.php index 9ef2272d9..04047a0c9 100644 --- a/Application/Admin/Controller/AutoPackController.class.php +++ b/Application/Admin/Controller/AutoPackController.class.php @@ -1094,7 +1094,7 @@ class AutoPackController extends Think } $urlsStr = implode(",", $urls); - $rows = M("apply", 'tab_')->field('pack_url, game_id')->where("group_id in ({$urlsStr})")->find(); + $rows = M("apply", 'tab_')->field('pack_url, game_id')->where("pack_url in ({$urlsStr})")->find(); $packUrls = []; $needDelUrls = []; foreach ($rows as $row) {