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