From 36246de5a7290b28f93e4adf81c93778e7207416 Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期三, 27 十一月 2024 17:17:24 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev --- _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