Commit c4b41f85 by liuyu

2023年05/31 daySum排序

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