Commit f6e3b635 by 朱亚洁

bug:[none]H5导航

parent 47a2f43f
......@@ -1121,6 +1121,8 @@ public class ResourcePageBizImpl implements ResourcePageBiz {
}
resourcePageVO.setChannelId(channelId);
}
List<ResourcePageNavigation> navigations = resourcePageNavigationDao.getByPageId(resourcePageVO.getId());
resourcePageVO.setNavigationList(navigations);
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