Merge branch 'xzj' of gitee.com:darlk/ShengTangManage into develop
This commit is contained in:
commit
f866c6874c
@ -215,6 +215,12 @@ public class SysMessageNoticeServiceImpl implements ISysMessageNoticeService {
|
|||||||
content.put("replyContent", topic.getContent());
|
content.put("replyContent", topic.getContent());
|
||||||
//类型:1 评论 2回复
|
//类型:1 评论 2回复
|
||||||
content.put("type", type);
|
content.put("type", type);
|
||||||
|
//评论或回复的ID
|
||||||
|
content.put("id", topic.getId());
|
||||||
|
//评论ID
|
||||||
|
content.put("commentId", topic.getCommentId());
|
||||||
|
//回复ID
|
||||||
|
content.put("replyId", topic.getReplyId());
|
||||||
//topic的内容
|
//topic的内容
|
||||||
content.put("originalContent", originalContent);
|
content.put("originalContent", originalContent);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user