开商店

back_recharge
jiahuiwen 2021-12-13 14:44:08 +08:00
parent 586945be2c
commit 08ca89a90f
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ public class ActivityLogic implements IEventHandler{
}
// 登录检测已开启的活动,商店是否开启
int[] shopId = sGlobalActivity.getShopId();
if (shopId != null && shopId.length > 0) {
if (shopId != null && shopId.length > 0 && shopId[0] != 0) {
boolean b = user.getStoreManager().getStoreInfoMap().containsKey(shopId[0]);
if (!b) {
LOGGER.info("checkActivityOfUser uid={} activityId={} reopen shopId={}", user.getId(), openActivityId, shopId[0]);