Commit 277366c1 authored by 刘基明's avatar 刘基明

消息通知初始化

parent 2a4bd0ec
......@@ -241,7 +241,7 @@ public class ConvertUtil {
BeanUtils.copyProperties(entity, themeNotifyQo);
// 操作者
themeNotifyQo.setAuthorId(entity.getOperatorId());
themeNotifyQo.setUpToNowTime(TimeUtils.format(entity.getUpdateTime()));
// 转、评、赞 有原贴
if (entity.getMessageType().equals(NotificationTypeEnum.FORWARD.getCode()) ||
entity.getMessageType().equals(NotificationTypeEnum.LIKE.getCode()) ||
......
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