亚威消息推送
This commit is contained in:
parent
d8821ec1a6
commit
a0c7496d97
|
@ -296,7 +296,7 @@ public class SysNoticeServiceImpl extends CrudServiceImpl<SysNoticeDao, SysNotic
|
||||||
" <sendpersonGuid>BE604908-D7A3-4947-9CAD-A70FF2E48AB1</sendpersonGuid>\n" + //没有发送人定义,先写死
|
" <sendpersonGuid>BE604908-D7A3-4947-9CAD-A70FF2E48AB1</sendpersonGuid>\n" + //没有发送人定义,先写死
|
||||||
" <typeName>其他</typeName>\n" +
|
" <typeName>其他</typeName>\n" +
|
||||||
" <isout>1</isout>\n" +
|
" <isout>1</isout>\n" +
|
||||||
" <url>http://15.72.183.90:7008</url>\n" +
|
(StringUtils.isNotBlank(notice.getJumpUrl()) ? "<url>" + notice.getJumpUrl() +"</url>\n" : "<url>http://15.72.183.90:7008</url>\n") +
|
||||||
" <openFlag>1</openFlag>\n" +
|
" <openFlag>1</openFlag>\n" +
|
||||||
" <isReply>0</isReply>\n" +
|
" <isReply>0</isReply>\n" +
|
||||||
" <isTop>0</isTop>\n" +
|
" <isTop>0</isTop>\n" +
|
||||||
|
|
Loading…
Reference in New Issue