Commit 219dc8d7 by 吴博

bug:[none] fix1003769

parent f6e59167
...@@ -656,6 +656,7 @@ public class AppletUserBookcaseBizImpl implements AppletUserBookcaseBiz { ...@@ -656,6 +656,7 @@ public class AppletUserBookcaseBizImpl implements AppletUserBookcaseBiz {
rightsNowItem.setServeId(rightsSetting.getGuideId()); rightsNowItem.setServeId(rightsSetting.getGuideId());
rightsNowItem.setServeType(rightsSetting.getGuideType()); rightsNowItem.setServeType(rightsSetting.getGuideType());
rightsNowItem.setType(RightsNowItemTypeNew.ONLINE_COURSE.value); rightsNowItem.setType(RightsNowItemTypeNew.ONLINE_COURSE.value);
rightsNowItem.setLinkUrl(rightsSetting.getGuideLinkUrl());
rightsSettingBiz.fillProductAndApp(Lists.newArrayList(rightsNowItem)); rightsSettingBiz.fillProductAndApp(Lists.newArrayList(rightsNowItem));
appletUserBookcaseDTO.setGuideAppItem(rightsNowItem); appletUserBookcaseDTO.setGuideAppItem(rightsNowItem);
} }
......
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