Commit 5da67c3c by xiongjiangtao

群统计

parent 0a3b6760
......@@ -38,7 +38,7 @@ import java.util.Map;
import java.util.stream.Collectors;
/**
* * 会话数据统计
* 会话数据统计
* *
* *
*
......@@ -53,19 +53,6 @@ public class ChatDataController extends NewBaseController {
@Autowired
private StoreAuthUtils storeAuthUtils;
/**
* data_mbr_scale_haoban_qw_chat_count_dev
* data_mbr_scale_haoban_qw_chat_detail_dev
* data_mbr_scale_haoban_qw_chat_overview_date_dev
* data_mbr_scale_haoban_qw_chat_overview_dev
* data_mbr_scale_haoban_qw_group_chat_con_detail_dev
* data_mbr_scale_haoban_qw_group_chat_count_dev
* data_mbr_scale_haoban_qw_group_chat_date_dev
* data_mbr_scale_haoban_qw_group_chat_detail_dev
* data_mbr_scale_haoban_qw_group_chat_exit_dev
* data_mbr_scale_haoban_qw_group_chat_join_dev
* data_mbr_scale_haoban_qw_group_chat_overview_dev
*/
/**
* 单聊统计 会话数据概览
......@@ -181,8 +168,8 @@ public class ChatDataController extends NewBaseController {
/**
* 单聊统计 会话数据统计
* 门店维度
* 单聊统计 会话数据统计 门店维度
*
* *
*
* @param req
......@@ -204,8 +191,8 @@ public class ChatDataController extends NewBaseController {
}
/**
* 单聊统计 会话数据统计
* 导购维度
* 单聊统计 会话数据统计 导购维度
*
*
* *
*
......@@ -249,9 +236,9 @@ public class ChatDataController extends NewBaseController {
/**
* 单聊统计 会话数据统计
* 数据导出
* 门店维度
* 单聊统计 会话数据统计 门店维度 数据导出
*
*
* *
*
* @param req
......@@ -336,9 +323,9 @@ public class ChatDataController extends NewBaseController {
/**
* 单聊统计 会话数据统计
* 数据导出
* 导购维度
* 单聊统计 会话数据统计 导购维度 数据导出
*
*
*
* *
*
......@@ -447,8 +434,8 @@ public class ChatDataController extends NewBaseController {
/**
* 单聊统计 会话数据详情
* 数据导出
* 单聊统计 会话数据详情 数据导出
*
* * *
* *
*
......@@ -622,8 +609,8 @@ public class ChatDataController extends NewBaseController {
/**
* 群聊统计 群数据统计
* 门店维度
* 群聊统计 群数据统计 门店维度
*
* *
*
* @param req
......@@ -646,8 +633,8 @@ public class ChatDataController extends NewBaseController {
}
/**
* 群聊统计 群数据统计
* 导购维度
* 群聊统计 群数据统计 导购维度
*
*
* *
*
......@@ -691,9 +678,9 @@ public class ChatDataController extends NewBaseController {
/**
* 群聊统计 群数据统计
* 数据导出
* 门店维度
* 群聊统计 群数据统计 门店维度 数据导出
*
*
* *
*
* @param req
......@@ -771,9 +758,9 @@ public class ChatDataController extends NewBaseController {
/**
* 群聊统计 群数据统计
* 数据导出
* 导购维度
* 群聊统计 群数据统计 导购维度 数据导出
*
*
*
* *
*
......@@ -876,8 +863,8 @@ public class ChatDataController extends NewBaseController {
/**
* 群聊统计 群数据明细
* 数据导出
* 群聊统计 群数据明细 数据导出
*
* * *
* *
*
......@@ -980,8 +967,8 @@ public class ChatDataController extends NewBaseController {
/**
* 群聊统计 入群明细
* 数据导出
* 群聊统计 入群明细 数据导出
*
* * *
* *
*
......@@ -1087,8 +1074,8 @@ public class ChatDataController extends NewBaseController {
/**
* 群聊统计 退群明细
* 数据导出
* 群聊统计 退群明细 数据导出
*
* * *
* *
*
......@@ -1193,15 +1180,15 @@ public class ChatDataController extends NewBaseController {
/**
* 群聊统计 会话明细
* 数据导出
* * *
* *
* 群聊统计 会话明细 数据导出
*
*
*
*
* @param req
* @return
*/
@RequestMapping("export-group-chat-details")
@RequestMapping("/export-group-chat-details")
public RestResponse<Object> exportGroupChatDetails(@RequestBody GroupChatChatDetailReq req) {
return RestResponse.successResult();
......
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