Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
a59b6828bf
|
@ -296,7 +296,7 @@ public class SysNoticeServiceImpl extends CrudServiceImpl<SysNoticeDao, SysNotic
|
|||
" <sendpersonGuid>BE604908-D7A3-4947-9CAD-A70FF2E48AB1</sendpersonGuid>\n" + //没有发送人定义,先写死
|
||||
" <typeName>其他</typeName>\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" +
|
||||
" <isReply>0</isReply>\n" +
|
||||
" <isTop>0</isTop>\n" +
|
||||
|
|
Loading…
Reference in New Issue