From 6aa25283a699341a838f00d3fab14e1e0a59b561 Mon Sep 17 00:00:00 2001
From: yy <yuan.yan@capgemini.com>
Date: 星期一, 04 九月 2023 19:40:10 +0800
Subject: [PATCH] 1 Product取全量物料,不做事业部区分 2 Produc的ID和Name取相同值 3 PR的Routing创建,unitID和routingID取值修改 4 投入库存点取值
---
_Main/BL/Type_MacroPlan/StaticMethod_DoSync0.qbl | 31 ++++++++++++++++---------------
1 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/_Main/BL/Type_MacroPlan/StaticMethod_DoSync0.qbl b/_Main/BL/Type_MacroPlan/StaticMethod_DoSync0.qbl
index c60c9a8..3f014f2 100644
--- a/_Main/BL/Type_MacroPlan/StaticMethod_DoSync0.qbl
+++ b/_Main/BL/Type_MacroPlan/StaticMethod_DoSync0.qbl
@@ -63,7 +63,8 @@
//todo: 鏁版嵁鏈夐噸澶嶏紝鍏堢暐杩�
macroPlan.Broker_OTD_Product().Execute();
info( "Start data mapping of product" );
- macroPlan.MappingProductData( businessTypes, false );
+ testproduct := construct( Strings );
+ macroPlan.MappingProductData( testproduct, false );
//鍗曚綅杞崲-7
info( "BaseConversionFactor::DoSync" )
BaseConversionFactor::DoSync( macroPlan );
@@ -97,25 +98,25 @@
port := 443;
data := macroPlan.ApiResponesCheck( address, url, port, postrequestbody );
macroPlan.ApiLaneLegsData( data );
- // 渚涘簲缃戠粶锛堣溅閬擄級-12
- info( "ProductInLane::DoSync" )
- macroPlan.Broker_OTD_ProductInLane().Execute();
- macroPlan.MappingProductInLaneData();
+ //// 渚涘簲缃戠粶锛堣溅閬擄級-12
+ //info( "ProductInLane::DoSync" )
+ //macroPlan.Broker_OTD_ProductInLane().Execute();
+ //macroPlan.MappingProductInLaneData();
// 鍦ㄥ簱搴撳瓨鏁版嵁-13
info( "ActualPISPIP::DoSync" )
macroPlan.Broker_OTD_ActualPISPIP().Execute();
//macroPlan.MappingActualPISPIPData( businessTypes, true );
macroPlan.MappingActualPISPIPData( businessTypes, false );
- // 鍦ㄩ�斿簱瀛�-14
- info( "ExternalSupply::DoSync" )
- info( "Start data broker of External supply" );
- macroPlan.Broker_OTD_ExternalSupply().Execute();
- //macroPlan.MappingExternalSupplyData( businessTypes, true );
- info( "Start data mapping of External supply" );
- macroPlan.MappingExternalSupplyData( businessTypes, false );
- // 搴撳瓨鎴愭湰-15
- info( "InventoryCost::DoSync" );
- InventoryValueAndCost::DoSync( macroPlan );
+ //// 鍦ㄩ�斿簱瀛�-14
+ //info( "ExternalSupply::DoSync" )
+ //info( "Start data broker of External supply" );
+ //macroPlan.Broker_OTD_ExternalSupply().Execute();
+ ////macroPlan.MappingExternalSupplyData( businessTypes, true );
+ //info( "Start data mapping of External supply" );
+ //macroPlan.MappingExternalSupplyData( businessTypes, false );
+ //// 搴撳瓨鎴愭湰-15
+ //info( "InventoryCost::DoSync" );
+ //InventoryValueAndCost::DoSync( macroPlan );
//// todo 鍒堕�犳垚鏈�-16
//info( "OperationCost::DoSync" );
//macroPlan.MappingOperationCostData( businessTypes );
--
Gitblit v1.9.3