diff --git a/com.awspaas.user.apps.coe.pal.output.zd/src/com/awspaas/apps/coe/pal/output/zd/report1/Report1Gener.java b/com.awspaas.user.apps.coe.pal.output.zd/src/com/awspaas/apps/coe/pal/output/zd/report1/Report1Gener.java index 35cc4e38..7b8554bf 100644 --- a/com.awspaas.user.apps.coe.pal.output.zd/src/com/awspaas/apps/coe/pal/output/zd/report1/Report1Gener.java +++ b/com.awspaas.user.apps.coe.pal.output.zd/src/com/awspaas/apps/coe/pal/output/zd/report1/Report1Gener.java @@ -425,6 +425,8 @@ public class Report1Gener { String type = shape.get("type").toString(); if ("regulation".equals(type)) { controlShapeId = shape.get("id").toString(); + }else if("I/O_L4".equals(type)) { + controlShapeId = shape.get("id").toString(); } //如果图形元素不是流程步骤,不导出该元素 // if (PrReportComment.PROCESS_STEP.indexOf((String)shape.get("type")) == -1) {