Commit 17e05343 authored by 宋新宇's avatar 宋新宇

小说扣量日志打印错误纠正

parent 8f2efabb
......@@ -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");
......
......@@ -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"); //每天扣量过一次,不在重复走
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment