Commit 5001581e by liuyu

Merge branch 'feature' into 'release'

2023年05/31 daySum排序

See merge request !76
parents c2af2cce c4b41f85
......@@ -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