Commit 691087f6 authored by dingjy's avatar dingjy

modify

parent 42febe05
...@@ -45,6 +45,9 @@ public class ParameterSetupStoryNovelFlow extends NodeFlow<StoryNovelAction> { ...@@ -45,6 +45,9 @@ public class ParameterSetupStoryNovelFlow extends NodeFlow<StoryNovelAction> {
action.setCurrentDateStr(DateTimUtils.getCurrentDateString()); action.setCurrentDateStr(DateTimUtils.getCurrentDateString());
action.setChannelId(action.getClientInfo().getChannel()); action.setChannelId(action.getClientInfo().getChannel());
//TODO;没有设置TYPE呀
//action.setType();
//非商店吊起参数设置 //非商店吊起参数设置
if (Objects.nonNull(storyLogin)) { if (Objects.nonNull(storyLogin)) {
deliveryDeviceInfo = new DeliveryDeviceInfo(); deliveryDeviceInfo = new DeliveryDeviceInfo();
......
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