提交 ed34b953 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 4f565c88
......@@ -63,7 +63,7 @@ public class FgEbookController {
List<FgEbookListVO> list = ebookservice.page(form, pageParam);
return CallBack.success(new PageInfo<FgEbookListVO>(list));
}
@ApiOperation("查询杂志")
@ApiOperation("查询杂志、文章列表")
@GetMapping(ResourceRequestPath.PAGE_BOOK)
public CallBack<PageInfo<FgArticleLibraryListVO>> getBookOrArticleList(FgQueryArticleLibraryForm form, PageParam pageParam) {
if (null != pageParam && StringUtils.isBlank(pageParam.getOrderBy())) {
......@@ -96,7 +96,7 @@ public class FgEbookController {
// 更新浏览量
ebookservice.updateBrowseNum(entity.getId());
List<ResourceRelationVo> list = resourceRelationService.FgqueryByIdAndResourceType(entity);
vo.setList(resourceRelationService.queryRelationList(list));
vo.setListArticle(resourceRelationService.queryRelationList(list));
return CallBack.success(vo);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论