屏蔽其他服
parent
f61e384ff8
commit
50dd2f47bb
|
|
@ -193,6 +193,10 @@ public class LjsdMongoTemplate implements MongoUpdateImp {
|
|||
int serverIdByUid = AreaManager.getInstance().getServerIdByUid(Integer.parseInt(id), GameApplication.serverId);
|
||||
otherMonogTemplate = MongoUtil.getInstence().getMonogTemplate(serverIdByUid);
|
||||
}
|
||||
if (otherMonogTemplate == null) {
|
||||
LOGGER.info("updateMongoData id={} otherMonogTemplate == null ", id);
|
||||
continue;
|
||||
}
|
||||
|
||||
for (MongoUpdateCache.UpdateRequest request : entry.getValue().values()) {
|
||||
if (request.opCode == 2) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue