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

Merge branch '8-抖小更改' into 'release_20240411'

抖小更改及监测

See merge request !45
parents 21b6036c b0a11e0f
......@@ -38,7 +38,7 @@ public class ParameterSetupDyVideoFlow extends NodeFlow<StoryNovelAction> {
//StoryLogin storyLogin = JSONObject.parseObject(s,StoryLogin.class);
//匹配OpenId
//VideoUpload videoUpload = JSONObject.parseObject(s,VideoUpload.class);
VideoUpload videoUpload = up.get(VideoUpload.class,assembleKey(openId));
VideoUpload videoUpload = up.getOld(VideoUpload.class,assembleKey(openId));
action.setVideoUpload(videoUpload);
//StoryNovelAction对像参数填充
......
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