Commit c4b41f85 by liuyu

2023年05/31 daySum排序

parent 1a1f8f8f
......@@ -63,6 +63,7 @@ public class Tools {
case "createTime":
case "updateTime":
case "markSum":
case "daySum" :
list.sort((o1, o2) -> ascNum * (((Long) o1.get(orderField)).compareTo((Long) o2.get(orderField))));
break;
default:
......
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