Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
DESKTOP-VA9NQUP\liwen 2022-10-21 14:25:31 +08:00
commit a59b6828bf
1 changed files with 1 additions and 1 deletions

View File

@ -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" +