From 2237ad24deb34ca1aeaf659ea1d4f523d708cd26 Mon Sep 17 00:00:00 2001 From: yypsybs <yypsybs@foxmail.com> Date: 星期三, 20 九月 2023 14:57:53 +0800 Subject: [PATCH] PRData现场测试用 --- _Main/BL/Type_PRData/StaticMethod_FromSupplyPlanning.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_PRData/StaticMethod_FromSupplyPlanning.qbl b/_Main/BL/Type_PRData/StaticMethod_FromSupplyPlanning.qbl index 5b37c1c..f011f1d 100644 --- a/_Main/BL/Type_PRData/StaticMethod_FromSupplyPlanning.qbl +++ b/_Main/BL/Type_PRData/StaticMethod_FromSupplyPlanning.qbl @@ -20,7 +20,7 @@ item.MRPCalverNo() = mrpCalverNo ); if( isnull( oldRecords ) or oldRecords.Size() = 0 ) { pispips := ProductInStockingPointInPeriod::GetByMRPCalverNo( macroPlan, mrpCalverNo ); - traverse( pispips, Elements, item ) { + traverse( pispips, Elements, item, item.NewSupplyQuantity() > 0 ) { PRData::FromSupplyPlanning( otdTable, macroPlan, mappingRoot, item ); } } -- Gitblit v1.9.3