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#821.qbl | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/_Main/BL/Type_MacroPlan/StaticMethod_DoSync.qbl "b/_Main/BL/Type_MacroPlan/StaticMethod_DoSyncNew\043821.qbl"
similarity index 63%
rename from _Main/BL/Type_MacroPlan/StaticMethod_DoSync.qbl
rename to "_Main/BL/Type_MacroPlan/StaticMethod_DoSyncNew\043821.qbl"
index 4609620..c7824af 100644
--- a/_Main/BL/Type_MacroPlan/StaticMethod_DoSync.qbl
+++ "b/_Main/BL/Type_MacroPlan/StaticMethod_DoSyncNew\043821.qbl"
@@ -1,7 +1,8 @@
Quintiq file version 2.0
#parent: #root
-StaticMethod DoSync (
+StaticMethod DoSyncNew (
MacroPlan macroPlan,
+ MPSync mpSync,
Boolean isKeyProduct,
Boolean createPurchaseSupplyMaterial
)
@@ -11,6 +12,6 @@
[*
// yypsybs Aug-17-2023 (created)
businessTypes := construct( Strings );
- MacroPlan::DoSync( macroPlan, businessTypes, isKeyProduct, createPurchaseSupplyMaterial );
+ MacroPlan::DoSyncNew( macroPlan, mpSync, businessTypes, isKeyProduct, createPurchaseSupplyMaterial );
*]
}
--
Gitblit v1.9.3