From 940f568587b3212f7fe76a3ef89d532f0edd9c08 Mon Sep 17 00:00:00 2001 From: yujh_java Date: Mon, 9 Jun 2025 14:22:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E8=A7=86=E5=9B=BE=EF=BC=8C?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=96=87=E4=BB=B6=E6=95=B0=E9=87=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../user/apps/yili/reportform/service/DataViewService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) {//同归位制度类文件