yanyuan
2023-11-01 bcf28ff5a04e52420ce53b224862e9f436166b98
_Main/BL/Type_GlobalDTOTable/Method_SynchronizeDataToMacroPlan#127.qbl
@@ -28,6 +28,7 @@
  TextBody:
  [*
    organcodelist := selectvalues( this, Global_MappingOperationBOM, bom,true, bom.OrganCode() );
    info( macroPlan.BusinessType() );
    businessTypes := macroPlan.BusinessType().Tokenize( "," );
    if( not isnull( businessTypes ) and businessTypes.Size() > 0 ) {
        traverse( businessTypes, Elements, item ) {
@@ -48,7 +49,6 @@
      }
    
    macroPlan.InitialUnitAndStockingPoint();
    info( macroPlan.BusinessType() );
    info( organcodelist.Element( 0 ) );
    //
    //if ( isUnitOfMeasure_MP ) {