From 8eb58cd683cf3ab663962f0b910920678303559d Mon Sep 17 00:00:00 2001 From: zhaolei <15900249928@163.com> Date: Thu, 9 Oct 2025 13:12:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=8A=B6=E6=80=81=E7=BB=93?= =?UTF-8?q?=E6=9D=9F=E5=90=8E=E7=BB=9F=E4=B8=80=E6=94=B9=E4=B8=BA=E5=B7=B2?= =?UTF-8?q?=E5=BD=92=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/awspaas/user/apps/integration/oa/OaPendComponent.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/com.awspaas.user.apps.yili.integration/src/com/awspaas/user/apps/integration/oa/OaPendComponent.java b/com.awspaas.user.apps.yili.integration/src/com/awspaas/user/apps/integration/oa/OaPendComponent.java index b0c576d9..0eb54ad1 100644 --- a/com.awspaas.user.apps.yili.integration/src/com/awspaas/user/apps/integration/oa/OaPendComponent.java +++ b/com.awspaas.user.apps.yili.integration/src/com/awspaas/user/apps/integration/oa/OaPendComponent.java @@ -495,9 +495,11 @@ public class OaPendComponent { */ }else if(pec.getProcessInstance().getControlState().equals("end") && actionName.equals("传阅")) { xmlDatasUtil.setCurrentnodetype("1"); + // 处理场景为流程状态已结束,将状态改为归档。 + }else if(pec.getProcessInstance().getControlState().equals("end")){ + xmlDatasUtil.setCurrentnodetype("1"); }else{ xmlDatasUtil.setCurrentnodetype("0"); - } }else { xmlDatasUtil.setCurrentnodetype("0");