From 6891774fba7edf9ec4a91007cb5baf3f15180882 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期四, 07 十一月 2024 11:57:03 +0800
Subject: [PATCH] 更新 StaticMethod_GetColumnXML.qbl
---
_Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetColumnXML.qbl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetColumnXML.qbl b/_Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetColumnXML.qbl
index 6d45dc4..6d8b52c 100644
--- a/_Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetColumnXML.qbl
+++ b/_Main/BL/Type_LocalCell_DemandComparison/StaticMethod_GetColumnXML.qbl
@@ -55,7 +55,7 @@
columnXML0_1 := columnXML0_1 + cellXML0_1;
}
- product := select( macroPlan,Product_MP,product,product.ID() = cell.LocalRow().Name() );
+ product := select( macroPlan,Product_MP,product,product.ID() = cell.LocalRow().ProductID() );
if( not isnull( product )){
cellXML0_2 := '<cell value="' + product.Generation() + '"/>';
cellXML0_3 := '<cell value="' + product.MQBMLB() + '"/>';
--
Gitblit v1.9.3