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
2a6ab958
Commit
2a6ab958
authored
Nov 29, 2020
by
linlinjava
Browse files
Merge branch 'master' of
https://gitee.com/linlinjava/litemall
parents
1e37ac45
be8cfb3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx-api/src/main/java/org/linlinjava/litemall/wx/web/WxCommentController.java
View file @
2a6ab958
...
...
@@ -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
);
...
...
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