hongji.li
2023-11-01 dfa7a011f47399b1a083d020d9460f6801c9c98c
_Main/BL/Type_PeggingResult/StaticMethod_SetAllChildRelation.qbl
@@ -8,9 +8,8 @@
{
  TextBody:
  [*
    if ( isnull( parentPeggingResult ) and isnull( childPeggingResult ) ) {
      parentPeggingResult := select( peggingProductInSalesDemandBase, PeggingResult, tempPR, tempPR.NumberOfPlies() = 0 );
      childPeggingResult  := select( peggingProductInSalesDemandBase, PeggingResult, tempPR, tempPR.NumberOfPlies() = 0 );
    if ( childPeggingResult.Child( relsize ) = 0 ) {
      childPeggingResult.AllParent( relset, parentPeggingResult );
    }
    
    traverse ( childPeggingResult, Child, pr ) {