Commit 7f1321ad authored by 刘基明's avatar 刘基明

消息通知 fix

parent 4204b3c8
...@@ -109,7 +109,7 @@ public class NotificationManager { ...@@ -109,7 +109,7 @@ public class NotificationManager {
} }
} }
// 话题 // 话题
if (StringUtils.isNotEmpty(themeNotifyQo.getTopicId())) { if (StringUtils.isNotBlank(themeNotifyQo.getTopicId())) {
TopicEntity topicEntity = topicService.queryById(themeNotifyQo.getTopicId()); TopicEntity topicEntity = topicService.queryById(themeNotifyQo.getTopicId());
themeNotifyQo.setTopicTitle(topicEntity.getTopicTitle()); themeNotifyQo.setTopicTitle(topicEntity.getTopicTitle());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment