From 6945045a9b39a22c2c99cba72ebf3305877f4a17 Mon Sep 17 00:00:00 2001 From: weiyunlong Date: Tue, 4 Mar 2025 17:30:58 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=87=87=E8=B4=AD=E8=AE=A1=E5=88=92=E9=80=89?= =?UTF-8?q?=E9=87=87=E8=B4=AD=E9=9C=80=E6=B1=82=E6=95=B0=E6=8D=AE=E9=9A=94?= =?UTF-8?q?=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit S --- main/java/shkd/repc/rebm/listplugin/PurDemandListPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/java/shkd/repc/rebm/listplugin/PurDemandListPlugin.java b/main/java/shkd/repc/rebm/listplugin/PurDemandListPlugin.java index 555b951..25d0e27 100644 --- a/main/java/shkd/repc/rebm/listplugin/PurDemandListPlugin.java +++ b/main/java/shkd/repc/rebm/listplugin/PurDemandListPlugin.java @@ -37,7 +37,7 @@ public class PurDemandListPlugin extends AbstractListPlugin { IDataEntityType dataEntityType = dataEntity.getDataEntityType(); String name = dataEntityType.getName(); //立项||费用登记 - if ("rebm_project".equals(name) || "recon_connotextbill".equals(name)) { + if ("rebm_project".equals(name) || "recon_connotextbill".equals(name) ||"rebm_purplan".equals(name)) { DynamicObject org = dataEntity.getDynamicObject("org"); if (null != org) { List qFilters = e.getQFilters();