Commit 5674fc93 by 徐高华

Merge branch 'feature/202310月零散迭代' into 'developer'

群数据排序

See merge request !1501
parents 6087fecc 244844c3
......@@ -16,7 +16,7 @@ public class ChatDataSearchQDTO extends PageQo implements Serializable {
private List<String> staffIdList;
private String sortType = "desc" ;
private String sortColumn = "memberTotal" ;
private String sortColumn = "chatTotal" ;
public String getSortType() {
return sortType;
......
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