This commit is contained in:
linlinjava
2020-11-29 12:08:28 +08:00

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