From f8591b57ef2500daaa4f2ca959e99bc28a5d1d42 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期三, 27 十一月 2024 17:08:45 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev-zlg

---
 _Main/BL/Type_InterfaceDataset/StaticMethod_PushPlanInventoryData.qbl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/_Main/BL/Type_InterfaceDataset/StaticMethod_PushPlanInventoryData.qbl b/_Main/BL/Type_InterfaceDataset/StaticMethod_PushPlanInventoryData.qbl
index 86b3f3d..604f0e4 100644
--- a/_Main/BL/Type_InterfaceDataset/StaticMethod_PushPlanInventoryData.qbl
+++ b/_Main/BL/Type_InterfaceDataset/StaticMethod_PushPlanInventoryData.qbl
@@ -21,7 +21,7 @@
         cell := select( r, Cell, tempC, tempC.Column() = c );
         
         if ( not isnull( cell ) ) {
-          idsjson := JSON::Object().Add( "product", r.ProductID() )       
+          idsjson := JSON::Object().Add( "product", r.Name() )       
                                    .Add( "inventoryDate", c.StartDate().Format( 'Y-M2-D2' ) )
                                    .Add( "planningInventory", cell.PlanQuantity() )
                                    .Add( "versionName", macroPlan.ScenarioName() )

--
Gitblit v1.9.3