|
@ -205,7 +205,7 @@ public class EventCommentUserAttitudeServiceImpl extends BaseServiceImpl<EventCo |
|
|
// 反对
|
|
|
// 反对
|
|
|
informationFormDTO.setTitle(EventsNoticeConstant.NOTICE_COMMENT_OPPOSE); |
|
|
informationFormDTO.setTitle(EventsNoticeConstant.NOTICE_COMMENT_OPPOSE); |
|
|
informationFormDTO.setBusinessType(EventsNoticeConstant.NOTICE_BUSINESS_TYPE_ISSUE_COMMENT_OPPOSE); |
|
|
informationFormDTO.setBusinessType(EventsNoticeConstant.NOTICE_BUSINESS_TYPE_ISSUE_COMMENT_OPPOSE); |
|
|
informationFormDTO.setRelBusinessContent(formDto.getUserName()+"反对了你的评论"); |
|
|
informationFormDTO.setRelBusinessContent(formDto.getUserName()+"不支持你的评论"); |
|
|
} |
|
|
} |
|
|
} else { |
|
|
} else { |
|
|
// 项目
|
|
|
// 项目
|
|
@ -219,7 +219,7 @@ public class EventCommentUserAttitudeServiceImpl extends BaseServiceImpl<EventCo |
|
|
// 反对
|
|
|
// 反对
|
|
|
informationFormDTO.setTitle(EventsNoticeConstant.NOTICE_COMMENT_OPPOSE); |
|
|
informationFormDTO.setTitle(EventsNoticeConstant.NOTICE_COMMENT_OPPOSE); |
|
|
informationFormDTO.setBusinessType(EventsNoticeConstant.NOTICE_BUSINESS_TYPE_ITEM_COMMENT_OPPOSE); |
|
|
informationFormDTO.setBusinessType(EventsNoticeConstant.NOTICE_BUSINESS_TYPE_ITEM_COMMENT_OPPOSE); |
|
|
informationFormDTO.setRelBusinessContent(formDto.getUserName()+"反对了你的评论"); |
|
|
informationFormDTO.setRelBusinessContent(formDto.getUserName()+"不支持你的评论"); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
// 发送消息
|
|
|
// 发送消息
|
|
|