Commit 7421bb36 authored by 宋新宇's avatar 宋新宇

修改

parent c72be8f4
...@@ -60,6 +60,7 @@ public class ParameterSetupStoryNovelFlow extends NodeFlow<StoryNovelAction> { ...@@ -60,6 +60,7 @@ public class ParameterSetupStoryNovelFlow extends NodeFlow<StoryNovelAction> {
deliveryDeviceInfo.setUuid(UUID.randomUUID().toString()); deliveryDeviceInfo.setUuid(UUID.randomUUID().toString());
deliveryDeviceInfo.setDj_channel(storyLogin.getChannel()); deliveryDeviceInfo.setDj_channel(storyLogin.getChannel());
deliveryDeviceInfo.setPromotion_id(storyLogin.getAdid()); deliveryDeviceInfo.setPromotion_id(storyLogin.getAdid());
deliveryDeviceInfo.setBook_id(storyLogin.getBookId());
action.setDeliveryDeviceInfo(deliveryDeviceInfo); action.setDeliveryDeviceInfo(deliveryDeviceInfo);
action.setChannelId(NumberUtils.parseInteger(storyLogin.getChannel())); action.setChannelId(NumberUtils.parseInteger(storyLogin.getChannel()));
action.setPlanId(NumberUtils.parseInteger((storyLogin.getAdid()))); action.setPlanId(NumberUtils.parseInteger((storyLogin.getAdid())));
......
...@@ -62,7 +62,7 @@ system: ...@@ -62,7 +62,7 @@ system:
topic: storyNovelActive topic: storyNovelActive
group_id: story_dy_active group_id: story_dy_active
pay: pay:
topic: storeNovelpay topic: storyNovelpay
group_id: story_dy_pay group_id: story_dy_pay
novel: novel:
active: active:
......
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