yypsybs
2023-09-09 3cb5a54def670d97301f07170fcaad213bfc54f2
_Main/BL/Type_MacroPlan/StaticMethod_DoSyncNew#331.qbl
文件名从 _Main/BL/Type_MacroPlan/StaticMethod_DoSync#618.qbl 修改
@@ -1,7 +1,8 @@
Quintiq file version 2.0
#parent: #root
StaticMethod DoSync (
StaticMethod DoSyncNew (
  MacroPlan macroPlan,
  MPSync mpSync,
  String businessTypeStr,
  Boolean isKeyProduct,
  Boolean createPurchaseSupplyMaterial
@@ -15,6 +16,6 @@
    if( businessTypeStr.Length() > 0 ) {
        businessTypes := businessTypeStr.Tokenize( ',' );
    }
    MacroPlan::DoSync( macroPlan, businessTypes, isKeyProduct, createPurchaseSupplyMaterial );
    MacroPlan::DoSyncNew( macroPlan, mpSync, businessTypes, isKeyProduct, createPurchaseSupplyMaterial );
  *]
}