Commit f8625826 by 徐高华

Merge branch 'feature/社群' into 'developer'

群活码下载

See merge request !676
parents 498638a1 b876a1ad
......@@ -350,7 +350,7 @@ public class GroupChatHmController {
String enterpriseId = loginUser.getEnterpriseId();
BasePageInfo basePageInfo = new BasePageInfo();
basePageInfo.setPageNum(1);
basePageInfo.setPageSize(Integer.MAX_VALUE);
basePageInfo.setPageSize(500000);
qdto.setEnterpriseId(enterpriseId);
qdto.setWxEnterpriseId(wxEnterpriseId);
ServiceResponse<Page<GroupChatHmDTO>> resp = this.groupChatHmApiService.listPage(qdto, basePageInfo);
......
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