|
|
@ -443,10 +443,7 @@ public class IssueProjectTagDictRedis { |
|
|
|
queue.add(ele); |
|
|
|
heatMap.put(tuple.getScore(),queue); |
|
|
|
}); |
|
|
|
List<IssueCategoryTagResultDTO> customizedResult = new LinkedList<>(); |
|
|
|
heatMap.keySet().stream().sorted(Comparator.reverseOrder()).collect(Collectors.toList()).forEach(count -> { |
|
|
|
customizedResult.addAll(heatMap.get(count)); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
redisUtils.delete(key); |
|
|
|
|
|
|
|