back_recharge
wangyuan 2019-09-25 10:34:09 +08:00
parent 95d82b59bd
commit a7f07c668e
1 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,7 @@ public class Cmd_changename extends GmRoleAbstract {
}
if("shop".equals(args[2])){
LOGGER.info("hotfix user={} store start",user.getId());
if(user.getActivityManager().getActivityMissionMap().containsKey(10)){
StoreManager storeManager = user.getStoreManager();
Map<Integer, StoreInfo> storeInfoMap = storeManager.getStoreInfoMap();
@ -83,7 +84,7 @@ public class Cmd_changename extends GmRoleAbstract {
long startTime = sGlobalActivity.getTimeLong(userCreateTime, 1);
long endTime = sGlobalActivity.getTimeLong(userCreateTime, 2);
StoreLogic.initOnsStoereWithTime(user,10,startTime,endTime);
LOGGER.info("hotfix user={} store",user.getId());
LOGGER.info("hotfix user={} store end",user.getId());
}
}