跨服灵脉
parent
64b5e819da
commit
7a6e9b1a26
|
@ -56,7 +56,7 @@ public class CrossLingmaiLogic {
|
||||||
lingMaiSecretArea.setBeginOccupyTime(TimeUtils.nowInt());
|
lingMaiSecretArea.setBeginOccupyTime(TimeUtils.nowInt());
|
||||||
if(disappearScore>0){
|
if(disappearScore>0){
|
||||||
Map<String, LingMaiSecretArea> lingMaiMap = RedisUtil.getInstence().getMapValues(RedisKey.CROSS_LINGMAISECRET_INFO, crossGroup + RedisKey.Delimiter_colon + group, String.class, LingMaiSecretArea.class);
|
Map<String, LingMaiSecretArea> lingMaiMap = RedisUtil.getInstence().getMapValues(RedisKey.CROSS_LINGMAISECRET_INFO, crossGroup + RedisKey.Delimiter_colon + group, String.class, LingMaiSecretArea.class);
|
||||||
if(!lingMaiMap.values().stream().anyMatch(n->n.getUid()!=uid)){
|
if(!lingMaiMap.values().stream().anyMatch(n->n.getUid()==uid)){
|
||||||
lingMaiSecretArea.setScore1((int) disappearScore);
|
lingMaiSecretArea.setScore1((int) disappearScore);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue