1.采购计划选采购需求数据隔离

S
This commit is contained in:
weiyunlong 2025-03-04 17:30:58 +08:00
parent cec5ba8f03
commit 6945045a9b
1 changed files with 1 additions and 1 deletions

View File

@ -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<QFilter> qFilters = e.getQFilters();