Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
6099bd92
Commit
6099bd92
authored
Jun 21, 2024
by
xiongjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
群数据
parent
5198bec1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
18 deletions
+30
-18
ChatDataController.java
.../gic/haoban/manage/web/controller/ChatDataController.java
+28
-16
GroupChatChatDetailVO.java
.../gic/haoban/manage/web/vo/chat/GroupChatChatDetailVO.java
+2
-2
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/ChatDataController.java
View file @
6099bd92
...
...
@@ -1232,6 +1232,24 @@ public class ChatDataController extends NewBaseController {
//Excel的标题是字段进行计算
List
<
String
>
indexList
=
new
ArrayList
<>();
List
<
String
>
fieldList
=
new
ArrayList
<>();
indexList
.
add
(
"客户姓名"
);
fieldList
.
add
(
"memberName"
);
indexList
.
add
(
"客户昵称"
);
fieldList
.
add
(
"memberNick"
);
indexList
.
add
(
"客户手机号"
);
fieldList
.
add
(
"memberPhone"
);
indexList
.
add
(
"企微成员姓名"
);
fieldList
.
add
(
"clerkName"
);
indexList
.
add
(
"企微成员code"
);
fieldList
.
add
(
"clerkCode"
);
indexList
.
add
(
"会话发送人身份"
);
fieldList
.
add
(
"userType"
);
indexList
.
add
(
"群名称"
);
fieldList
.
add
(
"groupChatName"
);
...
...
@@ -1241,32 +1259,26 @@ public class ChatDataController extends NewBaseController {
indexList
.
add
(
"群主姓名"
);
fieldList
.
add
(
"staffName"
);
indexList
.
add
(
"导购姓名"
);
indexList
.
add
(
"
群主关联
导购姓名"
);
fieldList
.
add
(
"clerkName"
);
indexList
.
add
(
"导购code"
);
indexList
.
add
(
"
群主关联
导购code"
);
fieldList
.
add
(
"clerkCode"
);
indexList
.
add
(
"
导购所属
门店名称"
);
indexList
.
add
(
"
群主关联
门店名称"
);
fieldList
.
add
(
"storeName"
);
indexList
.
add
(
"
导购所属
门店code"
);
indexList
.
add
(
"
群主关联
门店code"
);
fieldList
.
add
(
"storeCode"
);
indexList
.
add
(
"群总人数"
);
fieldList
.
add
(
"groupCustNum"
);
indexList
.
add
(
"新增群人数"
);
fieldList
.
add
(
"newGroupCustNum"
);
indexList
.
add
(
"活跃群人数"
);
fieldList
.
add
(
"actGroupCustNum"
);
indexList
.
add
(
"会话类型"
);
fieldList
.
add
(
"msgType"
);
indexList
.
add
(
"
新退群人数
"
);
fieldList
.
add
(
"
newExitGroupCustNum
"
);
indexList
.
add
(
"
会话内容
"
);
fieldList
.
add
(
"
content
"
);
indexList
.
add
(
"
群会话总条数
"
);
fieldList
.
add
(
"
groupSessionsNum
"
);
indexList
.
add
(
"
会话时间
"
);
fieldList
.
add
(
"
sendTime
"
);
task
.
setFileName
(
"好办群聊统计-群数据明细-"
+
req
.
getStartDate
()
+
"_"
+
req
.
getEndDate
());
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/vo/chat/GroupChatChatDetailVO.java
View file @
6099bd92
...
...
@@ -27,12 +27,12 @@ public class GroupChatChatDetailVO extends StoreGroupCommonVO implements Seriali
private
String
memberNick
;
/**
*
*
客户姓名
*/
private
String
memberName
;
/**
*
*
客户手机号
*/
private
String
memberPhone
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment