hongji.li
2023-10-19 b51233c005f97c52054a4f1d63a745b76d351f85
_Main/BL/Type_MacroPlan/StaticMethod_DoASync.qbl
@@ -2,7 +2,7 @@
#parent: #root
StaticMethod DoASync (
  Scenario scenario,
  String businessTypeStr,
  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