From 3cb5a54def670d97301f07170fcaad213bfc54f2 Mon Sep 17 00:00:00 2001 From: yypsybs <yypsybs@foxmail.com> Date: 星期六, 09 九月 2023 15:30:46 +0800 Subject: [PATCH] 同步逻辑由MacroPlan移到MPSync --- _Main/BL/Type_MacroPlan/StaticMethod_DoSyncNew#331.qbl | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git "a/_Main/BL/Type_MacroPlan/StaticMethod_DoSync\043618.qbl" "b/_Main/BL/Type_MacroPlan/StaticMethod_DoSyncNew\043331.qbl" similarity index 72% rename from "_Main/BL/Type_MacroPlan/StaticMethod_DoSync\043618.qbl" rename to "_Main/BL/Type_MacroPlan/StaticMethod_DoSyncNew\043331.qbl" index c3d0398..dc03063 100644 --- "a/_Main/BL/Type_MacroPlan/StaticMethod_DoSync\043618.qbl" +++ "b/_Main/BL/Type_MacroPlan/StaticMethod_DoSyncNew\043331.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 ); *] } -- Gitblit v1.9.3