Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
marketing
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
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
dingjy
marketing
Commits
17e05343
Commit
17e05343
authored
Mar 21, 2024
by
宋新宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小说扣量日志打印错误纠正
parent
8f2efabb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ChannelAttributionFlow.java
...by/marketing/att/novel/handle/ChannelAttributionFlow.java
+1
-1
CrossPlatformAttributionFlow.java
...keting/att/novel/handle/CrossPlatformAttributionFlow.java
+1
-1
No files found.
src/main/java/com/lwby/marketing/att/novel/handle/ChannelAttributionFlow.java
View file @
17e05343
...
...
@@ -83,7 +83,7 @@ public class ChannelAttributionFlow extends NodeSwitchFlow<NovelAction> {
up
.
notifyResult
(
action
,
AttributionStatus
.
NORMAL_DEDUCTION_CALLBACK
);
NOVEL_SYS_LOG
.
info
(
"ChannelAttributionFlow.process0.deduction doing dynamic, platformId = {}, channel = {}, planId={}, sprDedu = {}, channelTotalCount = {}, channelCallbackCount = {}, v = {}"
,
action
.
getPlatformId
(),
action
.
getChannelId
(),
action
.
getPlanId
(),
sprDedu
,
channelTotalCount
,
channelCallbackCount
,
1
);
action
.
getPlatformId
(),
action
.
getChannelId
(),
action
.
getPlanId
(),
sprDedu
,
channelTotalCount
,
channelCallbackCount
,
0
);
}
}
up
.
set
(
up
.
getFirstCheckerKey
(
action
),
60
*
60
*
24
,
"1"
);
...
...
src/main/java/com/lwby/marketing/att/novel/handle/CrossPlatformAttributionFlow.java
View file @
17e05343
...
...
@@ -84,7 +84,7 @@ public class CrossPlatformAttributionFlow extends NodeSwitchFlow<NovelAction> {
up
.
notifyResult
(
action
,
AttributionStatus
.
NORMAL_DEDUCTION_CALLBACK
);
NOVEL_SYS_LOG
.
info
(
"CrossPlatformAttributionFlow.process0.deduction doing dynamic, platformId = {}, channel = {}, sprDedu = {}, channelTotalCount = {}, channelCallbackCount = {}, v = {}"
,
action
.
getPlatformId
(),
action
.
getChannelId
(),
sprDedu
,
channelTotalCount
,
channelCallbackCount
,
1
);
action
.
getPlatformId
(),
action
.
getChannelId
(),
sprDedu
,
channelTotalCount
,
channelCallbackCount
,
0
);
}
up
.
set
(
up
.
getFirstCheckerKey
(
action
),
60
*
60
*
24
,
"1"
);
//每天扣量过一次,不在重复走
}
...
...
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