Commit c1c6a0ee authored by 宋新宇's avatar 宋新宇

Merge branch '4-短篇接入关键行为' into 'release_20240329_01'

短篇扣量配置0更改

See merge request !20
parents fb03128f 6731a085
...@@ -80,6 +80,12 @@ public class PaySpduFlow extends NodeSwitchFlow<StoryNovelAction> { ...@@ -80,6 +80,12 @@ public class PaySpduFlow extends NodeSwitchFlow<StoryNovelAction> {
return; return;
} }
if (sprDedu == 0) {
DYSTORY_SYS_LOG.info("PaySpduFlow process0 attribute.sprDeduChannel 0,platformId={},channelId={}",action.getPlatformId(),action.getChannelId());
action.stop(true);
return;
}
//总数 //总数
String channelTotal = up.getTotalCountKey(AttributionType.CHANNEL, action.getPlatformId(), action.getChannelId(),goodId, sprDedu, action.getCurrentDateStr()); String channelTotal = up.getTotalCountKey(AttributionType.CHANNEL, action.getPlatformId(), action.getChannelId(),goodId, sprDedu, action.getCurrentDateStr());
//回传 //回传
......
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