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_OfflinePlanArchiveVersion/Method_GetRow.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_OfflinePlanArchiveVersion/Method_GetRow.qbl b/_Main/BL/Type_OfflinePlanArchiveVersion/Method_GetRow.qbl index 18d0349..4d0f7c9 100644 --- a/_Main/BL/Type_OfflinePlanArchiveVersion/Method_GetRow.qbl +++ b/_Main/BL/Type_OfflinePlanArchiveVersion/Method_GetRow.qbl @@ -7,7 +7,7 @@ TextBody: [* // 鐢勫叞楦� Oct-11-2024 (created) - row := selectobject( this, Row, row, row.ProductID() = noprow.ProductID() and row.ProductionLine() = noprow.ProductionLine() and row.Type() = noprow.Type() and row.StockingPointID() = noprow.StockingPointID() ); + row := selectobject( this, Row, row, row.Name() = noprow.ProductID() and row.ProductionLine() = noprow.ProductionLine() and row.Type() = noprow.Type() and row.StockingPointID() = noprow.StockingPointID() ); if( isnull( row ) ){ product := selectobject( noprow.NewOfflinePlanTable().MacroPlan(), Product_MP, product, product.ID() = noprow.ProductID() ); -- Gitblit v1.9.3