_Main/BL/Type_MacroPlan/StaticMethod_DoSync.qbl
@@ -3,7 +3,8 @@ StaticMethod DoSync ( MacroPlan macroPlan, Boolean isKeyProduct, Boolean createPurchaseSupplyMaterial Boolean createPurchaseSupplyMaterial, GlobalOTDTable globalOTDTable ) { Description: '单次同步' @@ -11,6 +12,6 @@ [* // yypsybs Aug-17-2023 (created) businessTypes := construct( Strings ); MacroPlan::DoSync( macroPlan, businessTypes, isKeyProduct, createPurchaseSupplyMaterial ); MacroPlan::DoSync( macroPlan, businessTypes, isKeyProduct, createPurchaseSupplyMaterial ,globalOTDTable); *] }