From d5247f30a1aebcdcf2b1858929f41127460217b8 Mon Sep 17 00:00:00 2001 From: Mr-wang Date: Mon, 14 Aug 2023 17:38:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=B3=E9=81=93=E5=9B=BE=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E7=94=9F=E6=95=88=E6=97=A5=E6=9C=9F=E7=9A=84=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../publisher/event/PublishExecuteListenerInterfaceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/PublishExecuteListenerInterfaceImpl.java b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/PublishExecuteListenerInterfaceImpl.java index 922d91da..a2137aee 100644 --- a/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/PublishExecuteListenerInterfaceImpl.java +++ b/com.actionsoft.apps.coe.pal.publisher/src/com/actionsoft/apps/coe/pal/publisher/event/PublishExecuteListenerInterfaceImpl.java @@ -579,6 +579,8 @@ public class PublishExecuteListenerInterfaceImpl extends ExecuteListener impleme attrId = "form_effective_date"; } else if ("control.policy".equals(method)) { attrId = "effective_date"; + }else if ("process.flowchart".equals(method)){ + attrId = "effective_date"; } if (UtilString.isEmpty(attrId)) { return false;