Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
be8cfb3e
Commit
be8cfb3e
authored
Nov 26, 2020
by
linlinjava
Committed by
Gitee
Nov 26, 2020
Browse files
!53 评论列表返回评价等级
Merge pull request !53 from 滑稽刘/N/A
parents
d4dde95b
5172853a
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx-api/src/main/java/org/linlinjava/litemall/wx/web/WxCommentController.java
View file @
be8cfb3e
...
@@ -143,7 +143,7 @@ public class WxCommentController {
...
@@ -143,7 +143,7 @@ public class WxCommentController {
commentVo
.
put
(
"content"
,
comment
.
getContent
());
commentVo
.
put
(
"content"
,
comment
.
getContent
());
commentVo
.
put
(
"adminContent"
,
comment
.
getAdminContent
());
commentVo
.
put
(
"adminContent"
,
comment
.
getAdminContent
());
commentVo
.
put
(
"picList"
,
comment
.
getPicUrls
());
commentVo
.
put
(
"picList"
,
comment
.
getPicUrls
());
commentVo
.
put
(
"star"
,
comment
.
getStar
());
UserInfo
userInfo
=
userInfoService
.
getInfo
(
comment
.
getUserId
());
UserInfo
userInfo
=
userInfoService
.
getInfo
(
comment
.
getUserId
());
commentVo
.
put
(
"userInfo"
,
userInfo
);
commentVo
.
put
(
"userInfo"
,
userInfo
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment