修改亚威通知字段
This commit is contained in:
parent
3c8d2d6ccd
commit
b8e3884c6d
|
@ -263,7 +263,7 @@ public class SysNoticeServiceImpl extends CrudServiceImpl<SysNoticeDao, SysNotic
|
|||
" <InsertTodealByPollCode xmlns=\"http://tempuri.org/\">\n" +
|
||||
String.format("<todealGuid>{%s}</todealGuid>\n", UUID.randomUUID().toString().toUpperCase()) +
|
||||
String.format("<fileGuid>{%s}</fileGuid>\n", UUID.randomUUID().toString().toUpperCase()) +
|
||||
String.format("<title>%s</title>\n", notice.getTitle()) +
|
||||
String.format("<title>%s</title>\n", notice.getContent()) +
|
||||
" <docType>2</docType>\n" +
|
||||
String.format("<receiveLocalPerson>%s</receiveLocalPerson>\n", userNames.toString()) +
|
||||
String.format("<receiveLocalPersonGuid>%s</receiveLocalPersonGuid>\n", userGuids.toString()) +
|
||||
|
|
Loading…
Reference in New Issue