From d6e65e6bf773f37bbc765dd836b912239e0f6edf Mon Sep 17 00:00:00 2001 From: songliang Date: Sun, 16 Jul 2023 14:04:04 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 2a4cac58..58cee966 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1658,7 +1658,7 @@ class ShopController extends BaseAuthedController $propertyChgService->addUserChg(); // 充值就尝试开启首充活动 if ($sysAdd != 1) { - if ($itemMeta['id'] == 10001) { + if ($itemMeta['id'] == V_ITEM_DIAMOND) { $this->beginFirstTupop(); } }