提交 a50e77b9 authored 作者: 刘海泉's avatar 刘海泉

修改发送站内信的枚举类

上级 ac3290fa
...@@ -157,6 +157,13 @@ public class SendInternalMessageServiceImpl implements SendInternalMessageServic ...@@ -157,6 +157,13 @@ public class SendInternalMessageServiceImpl implements SendInternalMessageServic
HashMap<String,Object> data = new HashMap<>(); HashMap<String,Object> data = new HashMap<>();
data.put("businessDetailTypeCode",templateType.getBusinessDetailType().getCode()); data.put("businessDetailTypeCode",templateType.getBusinessDetailType().getCode());
data.put("businessDetailTypeTitle",templateType.getBusinessDetailType().getTitle()); data.put("businessDetailTypeTitle",templateType.getBusinessDetailType().getTitle());
if(StringUtils.isNotBlank(templateType.getBusinessDetailType().getJumpUrl())){
data.put("jumpUrl",templateType.getBusinessDetailType().getTitle());
}
if(StringUtils.isNotBlank(templateType.getBusinessDetailType().getParamJson())){
data.put("jumpUrl",templateType.getBusinessDetailType().getTitle());
}
defaultMessageContent.setData(data); //放入标识,让前端根据这个标识跳转页面 defaultMessageContent.setData(data); //放入标识,让前端根据这个标识跳转页面
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论