Subversion Repositories SmartDukaan

Rev

Rev 30764 | Rev 31020 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30764 Rev 30985
Line 634... Line 634...
634
				} else {
634
				} else {
635
					storeGuyMap.get(authUserId).addAll(partnerIds);
635
					storeGuyMap.get(authUserId).addAll(partnerIds);
636
				}
636
				}
637
			}
637
			}
638
		}
638
		}
-
 
639
		storeGuyMap.keySet().stream().forEach(x -> {
-
 
640
			List<Integer> fofoIds = storeGuyMap.get(x);
-
 
641
			storeGuyMap.put(x, fofoIds.stream().distinct().collect(Collectors.toList()));
-
 
642
		});
639
		return storeGuyMap;
643
		return storeGuyMap;
640
	}
644
	}
641
 
645
 
642
	@Override
646
	@Override
643
	@Cacheable(value = "L1L2Mapping", cacheManager = "thirtyMinsTimeOutCacheManager")
647
	@Cacheable(value = "L1L2Mapping", cacheManager = "thirtyMinsTimeOutCacheManager")