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
70e881a4
Commit
70e881a4
authored
Oct 15, 2024
by
xiongjiangtao
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/feature-chat-activity' into feature-chat-activity
parents
9f1f7a88
acf472ae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
GroupChatActivityController.java
...nage/web/controller/chat/GroupChatActivityController.java
+2
-2
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/chat/GroupChatActivityController.java
View file @
70e881a4
...
...
@@ -139,15 +139,15 @@ public class GroupChatActivityController {
}
//构建会员分组map
List
<
Map
<
String
,
Object
>>
memberWeightViewList
=
Lists
.
newArrayList
();
Map
<
String
,
Object
>
memberWeightView
=
Maps
.
newHashMap
();
List
<
GroupChatActivityJoinDTO
>
joinList
=
activityVO
.
getJoinList
();
if
(
CollectionUtils
.
isNotEmpty
(
joinList
))
{
for
(
GroupChatActivityJoinDTO
joinDTO
:
joinList
)
{
Map
<
String
,
Object
>
memberWeightView
=
Maps
.
newHashMap
();
Integer
memberType
=
joinDTO
.
getMemberType
();
// 会员信息
if
(
Objects
.
equals
(
memberType
,
0
))
{
// 查询人群筛选器搜索条件主键ID
memberWeightView
.
put
(
"searchId"
,
"GROUP_CHAT_SEARCH_ID_"
+
joinDTO
.
getChatActivity
Join
Id
()
+
"-"
+
joinDTO
.
getIndex
());
memberWeightView
.
put
(
"searchId"
,
"GROUP_CHAT_SEARCH_ID_"
+
joinDTO
.
getChatActivityId
()
+
"-"
+
joinDTO
.
getIndex
());
}
else
if
(
Objects
.
equals
(
memberType
,
1
))
{
// 会员分组
memberWeightView
.
put
(
"tagGroupList"
,
listMemberTagGroupInfoByGroupIds
(
joinDTO
.
getFilterJson
()));
...
...
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