|
|
@ -1094,7 +1094,7 @@ class AutoPackController extends Think
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$urlsStr = implode(",", $urls);
|
|
|
|
$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 = [];
|
|
|
|
$packUrls = [];
|
|
|
|
$needDelUrls = [];
|
|
|
|
$needDelUrls = [];
|
|
|
|
foreach ($rows as $row) {
|
|
|
|
foreach ($rows as $row) {
|
|
|
|