Commit bd5f2fae by xiongjiangtao

Merge branch 'feature-chat-activity' into developer

parents 99797b38 f0bce7f4
......@@ -95,6 +95,7 @@ public class GroupChatActivityDataController {
GroupChatActivityDataOverviewReq overviewReq = new GroupChatActivityDataOverviewReq();
overviewReq.setEnterpriseId(user.getEnterpriseId());
overviewReq.setChatActivityId(StringUtils.join(joinDataReq.getChatActivityIdList(), ","));
overviewReq.setPageSize(joinDataReq.getChatActivityIdList().size());
Map<String, Object> res = DataApiUtils.http(JSON.toJSONString(overviewReq), StatisticsApolloKeyConstant.data_mkt_group_chat_data_overview);
Map<String, GroupChatDataOverviewVO> map = Maps.newHashMap();
......
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