Browse Source

!53 评论列表返回评价等级
Merge pull request !53 from 滑稽刘/N/A

linlinjava 5 years ago
parent
commit
be8cfb3e56

+ 1 - 1
litemall-wx-api/src/main/java/org/linlinjava/litemall/wx/web/WxCommentController.java

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