_Main/BL/Type_MacroPlan/StaticMethod_DoSync#618.qbl
@@ -4,7 +4,8 @@ MacroPlan macroPlan, String businessTypeStr, Boolean isKeyProduct, Boolean createPurchaseSupplyMaterial Boolean createPurchaseSupplyMaterial, GlobalOTDTable globalOTDTable ) { Description: '单次同步' @@ -15,6 +16,6 @@ if( businessTypeStr.Length() > 0 ) { businessTypes := businessTypeStr.Tokenize( ',' ); } MacroPlan::DoSync( macroPlan, businessTypes, isKeyProduct, createPurchaseSupplyMaterial ); MacroPlan::DoSync( macroPlan, businessTypes, isKeyProduct, createPurchaseSupplyMaterial ,globalOTDTable); *] }