From 8882676079a17516a4382b37ecf5f88c0de9d90f Mon Sep 17 00:00:00 2001 From: linbangquan <1437892690@qq.com> Date: Tue, 19 Dec 2023 19:56:00 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E7=AD=96=E7=95=A5=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1049841239556096]通知策略翻译 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1049841239556096 --- .../event/notify/handler/EventNotifyPolicyHandler.java | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/main/java/neatlogic/module/event/notify/handler/EventNotifyPolicyHandler.java b/src/main/java/neatlogic/module/event/notify/handler/EventNotifyPolicyHandler.java index 4993820..606c51e 100644 --- a/src/main/java/neatlogic/module/event/notify/handler/EventNotifyPolicyHandler.java +++ b/src/main/java/neatlogic/module/event/notify/handler/EventNotifyPolicyHandler.java @@ -11,7 +11,6 @@ import neatlogic.framework.dto.ConditionParamVo; import neatlogic.framework.dto.ExpressionVo; import neatlogic.framework.event.constvalue.EventProcessStepHandlerType; import neatlogic.framework.form.constvalue.FormConditionModel; -import neatlogic.framework.notify.core.INotifyPolicyHandlerGroup; import neatlogic.framework.notify.core.NotifyHandlerFactory; import neatlogic.framework.notify.core.NotifyHandlerType; import neatlogic.framework.notify.core.NotifyPolicyHandlerBase; @@ -69,10 +68,10 @@ public class EventNotifyPolicyHandler extends NotifyPolicyHandlerBase { return PROCESS_MODIFY.class.getSimpleName(); } - @Override - public INotifyPolicyHandlerGroup getGroup() { - return ProcessNotifyPolicyHandlerGroup.TASKSTEP; - } +// @Override +// public INotifyPolicyHandlerGroup getGroup() { +// return ProcessNotifyPolicyHandlerGroup.TASKSTEP; +// } @Override protected List myNotifyTriggerList() { -- Gitee