diff --git a/Application/Sdk/Controller/GameGiftPageController.class.php b/Application/Sdk/Controller/GameGiftPageController.class.php index 996027f0..5ad96aa4 100644 --- a/Application/Sdk/Controller/GameGiftPageController.class.php +++ b/Application/Sdk/Controller/GameGiftPageController.class.php @@ -31,6 +31,7 @@ class GameGiftPageController extends Controller{ $map['start_time'] = ['lt',time()]; switch ($sdkVersion) { case 1: + $map['giftbag_version'] = ['in', [$sdkVersion, 4]]; case 2: $map['giftbag_version'] = $sdkVersion; break;