hongjli
2023-10-18 0ce2394de3db9bcccd6da6bc68cb2eedf64e5f3f
_Main/BL/Type_MacroPlan/StaticMethod_DoASync#896.qbl
@@ -6,7 +6,7 @@
  Boolean isKeyProduct,
  Boolean createPurchaseSupplyMaterial,
  const GlobalOTDTable globalOTDTable
)
) as stream[MacroPlan]
{
  Description: '单次同步'
  TextBody:
@@ -17,5 +17,7 @@
        businessTypes := businessTypeStr.Tokenize( ',' );
    }
    MacroPlan::DoASync( macroPlan, businessTypes, isKeyProduct, createPurchaseSupplyMaterial ,globalOTDTable);
    return emit( macroPlan );
  *]
}