Commit 7f699535 by zhangzhendong

消息中心修改

parent bc7021ab
...@@ -305,6 +305,7 @@ public class NoticeMessageApiServiceImpl implements NoticeMessageApiService { ...@@ -305,6 +305,7 @@ public class NoticeMessageApiServiceImpl implements NoticeMessageApiService {
Map<String, String> variableMap = notifyMessageBatchQDTO.getContentMap(); Map<String, String> variableMap = notifyMessageBatchQDTO.getContentMap();
variableMap.put("pageParams", JSONObject.toJSONString(notifyMessageBatchQDTO.getExtendContent())); variableMap.put("pageParams", JSONObject.toJSONString(notifyMessageBatchQDTO.getExtendContent()));
variableMap.put("extendContent", JSONObject.toJSONString(notifyMessageBatchQDTO.getExtendContent()));
variableMap.put("templateTitle", notifyMessageBatchQDTO.getTitle()); variableMap.put("templateTitle", notifyMessageBatchQDTO.getTitle());
NoticeMessageTypeEnum noticeMessageTypeEnum = NoticeMessageTypeEnum.getByType(notifyMessageBatchQDTO.getMessageType()); NoticeMessageTypeEnum noticeMessageTypeEnum = NoticeMessageTypeEnum.getByType(notifyMessageBatchQDTO.getMessageType());
if (ObjectUtil.isNull(noticeMessageTypeEnum)) { if (ObjectUtil.isNull(noticeMessageTypeEnum)) {
......
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