diff --git a/Application/Home/Controller/PackageController.class.php b/Application/Home/Controller/PackageController.class.php index 34e1cc841..0aed74d24 100644 --- a/Application/Home/Controller/PackageController.class.php +++ b/Application/Home/Controller/PackageController.class.php @@ -91,7 +91,7 @@ class PackageController extends Controller $map = []; $map['status'] = 1; $map['enable_status'] = 1; - $map['game_id'] = $game['game_id']; + $map['game_id'] = $game['id']; $map['promote_id'] = $promoteId; $apply = M('apply','tab_')->where($map)->find(); if (!$apply) {