Commit 5172853a authored by 滑稽刘's avatar 滑稽刘 Committed by Gitee
Browse files

评论列表返回评价等级

parent d4dde95b
......@@ -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