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

Merge branch 'release_20240401_01' into 'main'

Release 20240401 01

See merge request !28
parents c4fb1163 23af4f51
...@@ -60,6 +60,7 @@ public class ParameterSetupStoryNovelFlow extends NodeFlow<StoryNovelAction> { ...@@ -60,6 +60,7 @@ public class ParameterSetupStoryNovelFlow extends NodeFlow<StoryNovelAction> {
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()); deliveryDeviceInfo.setBook_id(storyLogin.getBookId());
deliveryDeviceInfo.setMedia(storyLogin.getMedia());
action.setDeliveryDeviceInfo(deliveryDeviceInfo); action.setDeliveryDeviceInfo(deliveryDeviceInfo);
action.setChannelId(NumberUtils.parseLong(storyLogin.getChannel())); action.setChannelId(NumberUtils.parseLong(storyLogin.getChannel()));
action.setPlanId(NumberUtils.parseLong((storyLogin.getAdid()))); action.setPlanId(NumberUtils.parseLong((storyLogin.getAdid())));
......
...@@ -60,6 +60,7 @@ public class ParameterSetupDyVideoFlow extends NodeFlow<StoryNovelAction> { ...@@ -60,6 +60,7 @@ public class ParameterSetupDyVideoFlow extends NodeFlow<StoryNovelAction> {
deliveryDeviceInfo.setUuid(UUID.randomUUID().toString()); deliveryDeviceInfo.setUuid(UUID.randomUUID().toString());
deliveryDeviceInfo.setDj_channel(videoUpload.getChannel()); deliveryDeviceInfo.setDj_channel(videoUpload.getChannel());
deliveryDeviceInfo.setPromotion_id(videoUpload.getAdid()); deliveryDeviceInfo.setPromotion_id(videoUpload.getAdid());
deliveryDeviceInfo.setMedia(videoUpload.getMedia());
deliveryDeviceInfo.setVideoResourceId(videoUpload.getVideoResourceId()); deliveryDeviceInfo.setVideoResourceId(videoUpload.getVideoResourceId());
action.setDeliveryDeviceInfo(deliveryDeviceInfo); action.setDeliveryDeviceInfo(deliveryDeviceInfo);
action.setChannelId(NumberUtils.parseLong(videoUpload.getChannel())); action.setChannelId(NumberUtils.parseLong(videoUpload.getChannel()));
......
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