add Hiwork消息归入消息模板
This commit is contained in:
@@ -51,7 +51,7 @@ public class SysMessage extends JeroEntity {
|
||||
@Excel(name = "消息标题", width = 15)
|
||||
private java.lang.String esTitle;
|
||||
/**推送方式:1短信 2邮件 3微信*/
|
||||
@Excel(name = "推送方式:1短信 2邮件 3微信", width = 15)
|
||||
@Excel(name = "推送方式:1短信 2邮件 3微信 4系统", width = 15)
|
||||
@Dict(dicCode = "msgType")
|
||||
private java.lang.String esType;
|
||||
/**备注*/
|
||||
|
||||
@@ -34,7 +34,7 @@ public class PushMsgUtil {
|
||||
@Autowired
|
||||
private Configuration freemarkerConfig;
|
||||
/**
|
||||
* @param msgType 消息类型 1短信 2邮件 3微信
|
||||
* @param msgType 消息类型 1短信 2邮件 3微信 4系统
|
||||
* @param templateCode 消息模板码
|
||||
* @param map 消息参数
|
||||
* @param sentTo 接收消息方
|
||||
|
||||
Reference in New Issue
Block a user