renhao
2023-10-24 7a8fd5ab0aad4a41a8898b7084b1bceb9a2a8a51
_Main/BL/Type_MacroPlan/StaticMethod_DoASync.qbl
@@ -2,7 +2,7 @@
#parent: #root
StaticMethod DoASync (
  Scenario scenario,
  String businessTypeStr,
  const BusinessType businessType,
  Boolean isKeyProduct,
  Boolean createPurchaseSupplyMaterial,
  const GlobalOTDTable globalOTDTable
@@ -10,10 +10,10 @@
{
  TextBody:
  [*
    info( scenario.DatasetMDSID(), "    事业部:", businessTypeStr, "    isKeyProduct:", isKeyProduct, "    createPurchaseSupplyMaterial:", createPurchaseSupplyMaterial );
    info( scenario.DatasetMDSID(), "    事业部:", businessType.BusinessTypeName(), "    isKeyProduct:", isKeyProduct, "    createPurchaseSupplyMaterial:", createPurchaseSupplyMaterial );
    
    MDSMacroPlan::Root( scenario.DatasetMDSID() )
    -> MacroPlan::DoASync( businessTypeStr,
    -> MacroPlan::DoASync( businessType,
                           isKeyProduct,
                           createPurchaseSupplyMaterial,
                           globalOTDTable