Commit bc08f3ed by 谢春璐

fix

parent f4d194ad
......@@ -34,7 +34,6 @@ public class FileServiceImpl implements FileService {
//1. 拿到数据后根据id和日期分组
Map<String, Map<String, List<String[]>>> map = data.getDatas().stream()
.sorted(Comparator.comparing(strings -> DateUtils.parseDate(strings[3])))
.collect(Collectors.groupingBy(d -> d[2], Collectors.groupingBy(
d -> {
String date;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment