Commit 25406bac by Administrator

Merge branch 'fixbug/navigation' into 'master'

bug:[none]H5导航

See merge request rays/pcloud-book!1390
parents 47a2f43f f6e3b635
...@@ -1121,6 +1121,8 @@ public class ResourcePageBizImpl implements ResourcePageBiz { ...@@ -1121,6 +1121,8 @@ public class ResourcePageBizImpl implements ResourcePageBiz {
} }
resourcePageVO.setChannelId(channelId); resourcePageVO.setChannelId(channelId);
} }
List<ResourcePageNavigation> navigations = resourcePageNavigationDao.getByPageId(resourcePageVO.getId());
resourcePageVO.setNavigationList(navigations);
return resourcePageVO; return resourcePageVO;
} }
......
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