diff --git a/com.awspaas.user.apps.yili.reportform/src/com/awspaas/user/apps/yili/reportform/service/DataViewService.java b/com.awspaas.user.apps.yili.reportform/src/com/awspaas/user/apps/yili/reportform/service/DataViewService.java index 2a60a4cc..1b7fd252 100644 --- a/com.awspaas.user.apps.yili.reportform/src/com/awspaas/user/apps/yili/reportform/service/DataViewService.java +++ b/com.awspaas.user.apps.yili.reportform/src/com/awspaas/user/apps/yili/reportform/service/DataViewService.java @@ -2511,7 +2511,7 @@ public class DataViewService if (methodId.equals("process.epc") || methodId.equals("process.flowchart")) { fileMap.put("fileType", "processFile"); filesCount.put("processFileNum", filesCount.get("processFileNum") +1); - } else if (methodId.equals("control.policy") && (UtilString.isEmpty(policyType))) { + } else if (methodId.equals("control.policy") && (UtilString.isEmpty(policyType) || policyType.equals("regulation"))) { fileMap.put("fileType", "policyFile"); filesCount.put("policyFileNum", filesCount.get("policyFileNum") +1); } else if (methodId.equals("control.policy") && policyType.equals("I/O_L4")) {//同归位制度类文件