From dfa7a011f47399b1a083d020d9460f6801c9c98c Mon Sep 17 00:00:00 2001 From: hongji.li <hongji.a.li@capgemini.com> Date: 星期三, 01 十一月 2023 15:25:05 +0800 Subject: [PATCH] pegging结果分析优化 --- _Main/BL/Type_PeggingResult/StaticMethod_CreateData.qbl | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_Main/BL/Type_PeggingResult/StaticMethod_CreateData.qbl b/_Main/BL/Type_PeggingResult/StaticMethod_CreateData.qbl index 88e5695..b121c0d 100644 --- a/_Main/BL/Type_PeggingResult/StaticMethod_CreateData.qbl +++ b/_Main/BL/Type_PeggingResult/StaticMethod_CreateData.qbl @@ -17,10 +17,12 @@ 0, smp, fulfillmentQuantity, + fulfillmentQuantity, null( PeggingResult ) ); - - PeggingResult::SetAllChildRelation( ppisdb, null( PeggingResult ), null( PeggingResult ) ); } + + PeggingResult::CreateAllChildRelation( ppisdb ); + PeggingResult::CreateAllGroupChildRelation( ppisdb ); } *] } -- Gitblit v1.9.3