From c70ff9aa94e34f968851e813a0b80a25a7b4ea74 Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期二, 05 九月 2023 14:15:23 +0800
Subject: [PATCH] Merge remote-tracking branch 'refs/remotes/origin/dev'

---
 _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