Commit 244844c3 by 徐高华

群数据排序

parent e4f65d52
......@@ -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