update - 更新待办模板取消配置模板 ID
This commit is contained in:
parent
3787863227
commit
6b1b19c151
@ -317,6 +317,7 @@ public final class BpmnJsonConverterUtil {
|
|||||||
noticeConfigElement.setName(CONFIG_NOTICE);
|
noticeConfigElement.setName(CONFIG_NOTICE);
|
||||||
|
|
||||||
// 通知消息模板配置
|
// 通知消息模板配置
|
||||||
|
if (Objects.nonNull(noticeConf.getNotice())) {
|
||||||
ExtensionElement noticeMessage = new ExtensionElement();
|
ExtensionElement noticeMessage = new ExtensionElement();
|
||||||
noticeMessage.setName(TEMPLATE_NOTICE_MESSAGE_ID);
|
noticeMessage.setName(TEMPLATE_NOTICE_MESSAGE_ID);
|
||||||
ExtensionAttribute noticeMessageAttribute = new ExtensionAttribute();
|
ExtensionAttribute noticeMessageAttribute = new ExtensionAttribute();
|
||||||
@ -325,6 +326,7 @@ public final class BpmnJsonConverterUtil {
|
|||||||
noticeMessage.addAttribute(noticeMessageAttribute);
|
noticeMessage.addAttribute(noticeMessageAttribute);
|
||||||
noticeMessage.setElementText(noticeConf.getNotice().getViewJson());
|
noticeMessage.setElementText(noticeConf.getNotice().getViewJson());
|
||||||
noticeConfigElement.addChildElement(noticeMessage);
|
noticeConfigElement.addChildElement(noticeMessage);
|
||||||
|
}
|
||||||
|
|
||||||
// 代办消息模板配置
|
// 代办消息模板配置
|
||||||
if (Objects.nonNull(noticeConf.getPending())) {
|
if (Objects.nonNull(noticeConf.getPending())) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user