Commit 9be55d99 by jinxin

客户群列表数据明细导出

parent 39dc0ecf
......@@ -240,7 +240,7 @@ public class GroupChatController {
sortColumn = "quit_member_count";
}
BasePageInfo basePageInfo = new BasePageInfo() ;
basePageInfo.setPageNum(qdto.getPageNum());
basePageInfo.setPageNum(1);
basePageInfo.setPageSize(Integer.MAX_VALUE);
qdto.setSortColumn(sortColumn);
qdto.setWxEnterpriseId(loginUser.getWxEnterpriseId());
......
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