Merge branch 'pull/340'

This commit is contained in:
Junling Bu
2020-02-10 22:24:21 +08:00
8 changed files with 158 additions and 27 deletions

View File

@@ -147,9 +147,6 @@ public class WxCommentController {
UserInfo userInfo = userInfoService.getInfo(comment.getUserId());
commentVo.put("userInfo", userInfo);
String reply = commentService.queryReply(comment.getId());
commentVo.put("reply", reply);
commentVoList.add(commentVo);
}
return ResponseUtil.okList(commentVoList, commentList);