Authored by wangnan9279

fix

... ... @@ -517,7 +517,7 @@ public class BasicDataCacheService {
.expireAfterWrite(10, TimeUnit.MINUTES)
.build(new CacheLoader<String, Map<Integer, Integer>>() {
public Map<Integer, Integer> load(String key) {
return basicDataLogicService.getUfoRelationMap();
return basicDataLogicService.getUfoRelationMapReverse();
}
});
... ...