开商店
parent
586945be2c
commit
08ca89a90f
|
@ -408,7 +408,7 @@ public class ActivityLogic implements IEventHandler{
|
||||||
}
|
}
|
||||||
// 登录检测已开启的活动,商店是否开启
|
// 登录检测已开启的活动,商店是否开启
|
||||||
int[] shopId = sGlobalActivity.getShopId();
|
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]);
|
boolean b = user.getStoreManager().getStoreInfoMap().containsKey(shopId[0]);
|
||||||
if (!b) {
|
if (!b) {
|
||||||
LOGGER.info("checkActivityOfUser uid={} activityId={} reopen shopId={}", user.getId(), openActivityId, shopId[0]);
|
LOGGER.info("checkActivityOfUser uid={} activityId={} reopen shopId={}", user.getId(), openActivityId, shopId[0]);
|
||||||
|
|
Loading…
Reference in New Issue