|
|
@ -1598,7 +1598,7 @@ public class ResiTopicServiceImpl extends BaseServiceImpl<ResiTopicDao, ResiTopi |
|
|
|
pointEventMsg.setUserId(group.getTopicAuthorId()); |
|
|
|
pointEventMsg.setActionFlag(MqConstant.PLUS); |
|
|
|
pointEventMsg.setIsCommon(false); |
|
|
|
|
|
|
|
pointEventMsg.setEventTag(EventEnum.TOPIC_SHIFTED_TO_ISSUE.getEventTag()); |
|
|
|
//某某小组中发布的话题“某某某…” (前十个字后面省略号) 被转为议题
|
|
|
|
String content = CharMatcher.WHITESPACE.trimFrom(topic.getTopicContent()); |
|
|
|
pointEventMsg.setRemark(new StringBuilder(groupCache.getGroupName()).append("小组中发布的") |
|
|
|