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
379d79d0
Commit
379d79d0
authored
Oct 16, 2024
by
王祖波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
社群活动分组关联修改
parent
ba431fec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
+1
-5
BusinessManager.java
...c/haoban/manage/service/context/chat/BusinessManager.java
+1
-5
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/context/chat/BusinessManager.java
View file @
379d79d0
...
...
@@ -61,10 +61,6 @@ public class BusinessManager {
memberTagBusinessGroupDTO
.
setBusinessLink
(
MarketingTagModuleEnum
.
GROUP_CHAT_ACTIVITY
.
getPagePath
());
logger
.
info
(
"处理计划使用人群分组关联关系chatActivityId:{}"
,
chatActivityId
);
memberTagBusinessGroupApiService
.
batchDelAndAddByBusinessId
(
memberTagBusinessGroupDTO
);
}
else
{
// 若使用非人群分组,删除所有关联关系
logger
.
info
(
"删除计划使用人群分组关联关系chatActivityId:{}"
,
chatActivityId
);
memberTagBusinessGroupApiService
.
deleteByBusinessIdAndEnterpriseId
(
String
.
valueOf
(
chatActivityId
),
enterpriseId
);
}
if
(
Objects
.
equals
(
memberType
,
0
)
&&
filterJsonView
!=
null
)
{
screeningDetailService
.
save
(
"GROUP_CHAT_SEARCH_ID_"
+
activityDTO
.
getChatActivityId
()
+
"-"
+
activityJoin
.
getIndex
(),
filterJsonView
);
...
...
@@ -85,7 +81,7 @@ public class BusinessManager {
.
distinct
().
collect
(
Collectors
.
toList
());
couponReferAlarmQDTO
.
setCouponIdList
(
couponIdList
);
couponReferAlarmQDTO
.
setEnterpriseId
(
activityDTO
.
getEnterpriseId
());
couponReferAlarmQDTO
.
setReferType
(
2
);
couponReferAlarmQDTO
.
setReferType
(
3
);
couponReferAlarmQDTO
.
setSystemType
(
1
);
couponReferAlarmQDTO
.
setReferId
(
String
.
valueOf
(
activityDTO
.
getChatActivityId
()));
couponReferAlarmQDTO
.
setTitle
(
"社群邀请有礼-"
+
activityDTO
.
getActivityName
());
...
...
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