04 2023 档案

摘要:LocalDate startDate = LocalDate.of(2020, Month.JANUARY, 1);LocalDate endDate = LocalDate.of(2021, Month.JANUARY, 1);long daysBetween = ChronoUnit.DAYS 阅读全文
posted @ 2023-04-14 08:53 Joker-0927 阅读(226) 评论(0) 推荐(0) 编辑
摘要:Map<String, List<AnchorOutNoticeDto>> groupedByManagementIdMap = anchorOutNoticeDtoList.parallelStream() .collect(Collectors.groupingBy(AnchorOutNotic 阅读全文
posted @ 2023-04-04 11:15 Joker-0927 阅读(18) 评论(0) 推荐(0) 编辑
摘要:List<String> managementIds = anchorOutNoticeDtoList.parallelStream() .map(AnchorOutNoticeDto::getManagementId) .distinct() .collect(Collectors.toList( 阅读全文
posted @ 2023-04-04 08:37 Joker-0927 阅读(23) 评论(0) 推荐(0) 编辑

// 侧边栏目录