Commit f4d194ad by 谢春璐

删除无用代码

parent add1c34d
...@@ -61,9 +61,6 @@ public class FileServiceImpl implements FileService { ...@@ -61,9 +61,6 @@ public class FileServiceImpl implements FileService {
staff.setName((entry2.getValue().get(0))[1]); staff.setName((entry2.getValue().get(0))[1]);
List<String> dateStrList = entry2.getValue().stream().map(e -> e[3])
.collect(Collectors.toList());
List<Date> dateList = entry2.getValue().stream().map(e -> DateUtils.parseDate(e[3])) List<Date> dateList = entry2.getValue().stream().map(e -> DateUtils.parseDate(e[3]))
.collect(Collectors.toList()); .collect(Collectors.toList());
......
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