探索报空
parent
3a1a61171a
commit
eb9ed25093
|
@ -194,8 +194,13 @@ public class ExplorerMapLogic {
|
|||
} else {
|
||||
offlineEndTime = keyVal.getValue().getSendEndTime();
|
||||
}
|
||||
if(keyVal.getValue() == null){
|
||||
LOGGER.info("ExplorerInfo 数据为空 =>{}",user.getId());
|
||||
continue;
|
||||
}
|
||||
SExplore exploreConfig = STableManager.getConfig(SExplore.class).get(keyVal.getValue().getMapId());
|
||||
if (exploreConfig == null) {
|
||||
LOGGER.info("{} SExplore 不存在的id =>{}",user.getId(),keyVal.getValue().getMapId());
|
||||
continue;
|
||||
}
|
||||
int battleInterval = exploreConfig.getBattleInterval();
|
||||
|
|
Loading…
Reference in New Issue