合同采购需求过滤优化

This commit is contained in:
李贵强 2025-06-03 17:16:09 +08:00
parent 1186cee07b
commit 63ec43e474
1 changed files with 3 additions and 3 deletions

View File

@ -41,9 +41,9 @@ public class ContractSettlePlanF7Plugin extends AbstractFormPlugin implements Pl
DynamicObject[] settlePlanBills = BusinessDataServiceHelper.load("recon_settleplanbill", "id,bill,qeug_applyamount", statusFilter.and(orgFilter).toArray());
// 若无数据直接返回
if (settlePlanBills == null || settlePlanBills.length == 0) {
return;
}
// if (settlePlanBills == null || settlePlanBills.length == 0) {
// return;
// }
// 遍历所有采购需求数据
for (DynamicObject settlePlanBill : settlePlanBills) {