Commit 67e70320 by jinxin

群发记录导出

parent f5231ade
......@@ -399,7 +399,7 @@ public class GroupChatPlanController {
qdto.setCreatorIdList(creatorIdList);
}
BasePageInfo basePageInfo = new BasePageInfo();
basePageInfo.setPageSize(Integer.MAX_VALUE);
basePageInfo.setPageSize(99999);
ServiceResponse<Page<GroupChatPlanDTO>> page = this.groupChatPlanApiService.listPage(qdto, basePageInfo);
List<GroupChatPlanDTO> result = page.getResult().getResult();
......
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