log
parent
95d82b59bd
commit
a7f07c668e
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue