提交 05b3de86 作者: 张小凤

GambitServiceImpl(update)

上级 edfcd3bf
...@@ -252,10 +252,12 @@ public class GambitServiceImpl implements GambitService { ...@@ -252,10 +252,12 @@ public class GambitServiceImpl implements GambitService {
for (DynamicVO dynamicVO : collect) { for (DynamicVO dynamicVO : collect) {
ForumReviewVO forumReviewVO = dynamicVO.getForumReviewVO(); ForumReviewVO forumReviewVO = dynamicVO.getForumReviewVO();
if (forumReviewVO!=null){
Integer userAccountId = forumReviewVO.getUserAccountId(); Integer userAccountId = forumReviewVO.getUserAccountId();
UserAccountVO info = info(userAccountId); UserAccountVO info = info(userAccountId);
forumReviewVO.setUserAccountVO(info); forumReviewVO.setUserAccountVO(info);
} }
}
return PageResult.buildPage(pageNo, userTopicDynamicsQO.getPageSize(),count,collect); return PageResult.buildPage(pageNo, userTopicDynamicsQO.getPageSize(),count,collect);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论