评论列表返回评价等级

This commit is contained in:
滑稽刘
2020-11-26 11:52:30 +08:00
committed by Gitee
parent d4dde95b46
commit 5172853a30

View File

@@ -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);