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");