Commit 691087f6 authored by dingjy's avatar dingjy

modify

parent 42febe05
...@@ -38,13 +38,16 @@ public class ParameterSetupStoryNovelFlow extends NodeFlow<StoryNovelAction> { ...@@ -38,13 +38,16 @@ public class ParameterSetupStoryNovelFlow extends NodeFlow<StoryNovelAction> {
//匹配OpenId //匹配OpenId
StoryLogin storyLogin = up.get(StoryLogin.class,assembleKey(openId)); StoryLogin storyLogin = up.get(StoryLogin.class,assembleKey(openId));
action.setStoryLogin(storyLogin); action.setStoryLogin(storyLogin);
//StoryNovelAction对像参数填充 //StoryNovelAction对像参数填充
action.setPlatformId(platformId); action.setPlatformId(platformId);
action.setUserId(action.getUserId()); action.setUserId(action.getUserId());
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