Commit be8cfb3e authored by linlinjava's avatar linlinjava Committed by Gitee
Browse files

!53 评论列表返回评价等级

Merge pull request !53 from 滑稽刘/N/A
parents d4dde95b 5172853a
...@@ -143,7 +143,7 @@ public class WxCommentController { ...@@ -143,7 +143,7 @@ public class WxCommentController {
commentVo.put("content", comment.getContent()); commentVo.put("content", comment.getContent());
commentVo.put("adminContent", comment.getAdminContent()); commentVo.put("adminContent", comment.getAdminContent());
commentVo.put("picList", comment.getPicUrls()); commentVo.put("picList", comment.getPicUrls());
commentVo.put("star", comment.getStar());
UserInfo userInfo = userInfoService.getInfo(comment.getUserId()); UserInfo userInfo = userInfoService.getInfo(comment.getUserId());
commentVo.put("userInfo", userInfo); 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