|
@@ -189,6 +189,7 @@ public class DataDashboardService {
|
|
|
}
|
|
|
log.info("newSortStrategyData publishContents finish");
|
|
|
Map<String, Map<String, Map<Long, PublishContent>>> publishContentMap = publishContents.stream()
|
|
|
+ .filter(o -> Objects.nonNull(o.getPublishTimestamp()))
|
|
|
.sorted(Comparator.comparingLong(PublishContent::getPublishTimestamp)).collect(
|
|
|
Collectors.groupingBy(PublishContent::getPublishAccountId,
|
|
|
Collectors.groupingBy(PublishContent::getTitle,
|