Commit 2a6ab958 authored by linlinjava's avatar linlinjava
Browse files

Merge branch 'master' of https://gitee.com/linlinjava/litemall

parents 1e37ac45 be8cfb3e
......@@ -143,7 +143,7 @@ public class WxCommentController {
commentVo.put("content", comment.getContent());
commentVo.put("adminContent", comment.getAdminContent());
commentVo.put("picList", comment.getPicUrls());
commentVo.put("star", comment.getStar());
UserInfo userInfo = userInfoService.getInfo(comment.getUserId());
commentVo.put("userInfo", userInfo);
......
Supports Markdown
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