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
85a2259b
Commit
85a2259b
authored
Jul 02, 2024
by
xiongjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
群聊统计
parent
b0d5a0a7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
ChatDataController.java
.../gic/haoban/manage/web/controller/ChatDataController.java
+1
-1
GroupChatExitDetailReq.java
...gic/haoban/manage/web/qo/chat/GroupChatExitDetailReq.java
+1
-1
GroupChatExitDetailVO.java
.../gic/haoban/manage/web/vo/chat/GroupChatExitDetailVO.java
+5
-5
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/ChatDataController.java
View file @
85a2259b
...
...
@@ -653,7 +653,7 @@ public class ChatDataController extends NewBaseController {
jsonObject
.
put
(
"groupType"
,
1
);
DataPageVO
vo
=
storeAuthUtils
.
getDataCommon
(
jsonObject
.
toJSONString
(),
req
.
getPageNum
(),
"data_mbr_scale_haoban_background_loss_statisti"
,
req
.
getPageSize
(),
true
);
if
(
CollectionUtils
.
isNotEmpty
(
vo
.
getRows
()))
{
vo
.
setRows
(
JSONArray
.
parseArray
(
JSON
.
toJSONString
(
vo
.
getRows
()),
WechatWorkLos
tStoreGroupVO
.
class
));
vo
.
setRows
(
JSONArray
.
parseArray
(
JSON
.
toJSONString
(
vo
.
getRows
()),
GroupCha
tStoreGroupVO
.
class
));
}
return
RestResponse
.
successResult
(
vo
);
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/qo/chat/GroupChatExitDetailReq.java
View file @
85a2259b
...
...
@@ -63,7 +63,7 @@ public class GroupChatExitDetailReq implements Serializable {
public
Integer
getDataApiOrderField
()
{
Map
<
String
,
Integer
>
map
=
new
HashMap
<>(
4
);
map
.
put
(
"
join
Time"
,
1
);
map
.
put
(
"
userQuit
Time"
,
1
);
return
map
.
get
(
orderByFields
)
==
null
?
1
:
map
.
get
(
orderByFields
);
}
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/vo/chat/GroupChatExitDetailVO.java
View file @
85a2259b
...
...
@@ -80,7 +80,7 @@ public class GroupChatExitDetailVO extends StoreGroupCommonVO implements Serial
/**
* 退群时间
*/
private
String
join
Time
;
private
String
userQuit
Time
;
public
String
getMemberId
()
{
return
memberId
;
...
...
@@ -186,11 +186,11 @@ public class GroupChatExitDetailVO extends StoreGroupCommonVO implements Serial
this
.
clerkName
=
clerkName
;
}
public
String
get
Join
Time
()
{
return
join
Time
;
public
String
get
UserQuit
Time
()
{
return
userQuit
Time
;
}
public
void
set
JoinTime
(
String
join
Time
)
{
this
.
joinTime
=
join
Time
;
public
void
set
UserQuitTime
(
String
userQuit
Time
)
{
this
.
userQuitTime
=
userQuit
Time
;
}
}
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