Commit 47295783 authored by 姬鋆屾's avatar 姬鋆屾
parents 6100d9c2 22fa3169
......@@ -166,7 +166,7 @@ public class WindowPerformServiceImpl extends AbstractCRUDServiceImpl<WindowPerf
allList.addAll(collect);
}
allList = allList.stream().sorted(Comparator.comparing(WindowPerformAllVo::getFillDate)).collect(Collectors.toList());
allList = allList.stream().sorted(Comparator.comparing(WindowPerformAllVo::getFillDate).reversed()).collect(Collectors.toList());
return Rest.ok(allList);
......
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