Commit 2653c228 authored by 刘基明's avatar 刘基明

消息通知 fix

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