提交 5d667dd8 authored 作者: renjianyu's avatar renjianyu

--no commit message

上级 3b3d6834
...@@ -208,6 +208,9 @@ public class FgArticleLibraryController { ...@@ -208,6 +208,9 @@ public class FgArticleLibraryController {
BeanUtils.copyProperties(articleLibrary, articleLibraryOneVO); BeanUtils.copyProperties(articleLibrary, articleLibraryOneVO);
articleLibraryOneVO.setOrderNum(orderNum); articleLibraryOneVO.setOrderNum(orderNum);
id = articleLibrary.getId(); id = articleLibrary.getId();
Example example = fgresourceRelationService.createExample();
example.createCriteria().andEqualTo("objectId", id);
articleLibraryOneVO.setResourceRelationList(fgresourceRelationService.selectByExample(example));
} }
//判断权限 //判断权限
// FgArticleLibraryOneVO vo = service.articleOneInfoById(id, false); // FgArticleLibraryOneVO vo = service.articleOneInfoById(id, false);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论