This commit is contained in:
songliang 2023-07-16 14:04:04 +08:00
parent 2b6efb53c5
commit d6e65e6bf7

View File

@ -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();
}
}