From 02f02665768e1738466779fd2e85a6b5150e77f7 Mon Sep 17 00:00:00 2001 From: ptt <2403326863@qq.com> Date: Fri, 9 May 2025 15:32:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E5=A4=96=E7=BD=91?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E6=97=B6=EF=BC=8C=E6=9C=AA=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=EF=BC=8C=E5=86=8D=E7=BB=B4=E6=8A=A4?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=97=B6=EF=BC=8C=E4=B9=9F=E5=B8=A6=E8=BF=87?= =?UTF-8?q?=E5=8E=BB=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shkd/repc/resm/opplugin/RegisteredFinishregOPPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/java/shkd/repc/resm/opplugin/RegisteredFinishregOPPlugin.java b/main/java/shkd/repc/resm/opplugin/RegisteredFinishregOPPlugin.java index 32713dc..1d7bd7d 100644 --- a/main/java/shkd/repc/resm/opplugin/RegisteredFinishregOPPlugin.java +++ b/main/java/shkd/repc/resm/opplugin/RegisteredFinishregOPPlugin.java @@ -20,7 +20,7 @@ public class RegisteredFinishregOPPlugin extends AbstractOperationServicePlugIn super.afterExecuteOperationTransaction(e); String operationKey = e.getOperationKey(); - if ("finishregistered".equals(operationKey)) { + if ("finishregistered".equals(operationKey)||"submit".equals(operationKey)) { // DynamicObject dataEntity = this.getModel().getDataEntity(); DynamicObject[] dataEntities1 = e.getDataEntities();