From 526dbb667f8fc6bff6cfd88755da1b284092b43f Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期五, 23 八月 2024 10:20:37 +0800 Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev-zlg --- _Main/BL/Type_Archive/StaticMethod_GenerateForecast.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_Archive/StaticMethod_GenerateForecast.qbl b/_Main/BL/Type_Archive/StaticMethod_GenerateForecast.qbl index 0b65024..a363c8e 100644 --- a/_Main/BL/Type_Archive/StaticMethod_GenerateForecast.qbl +++ b/_Main/BL/Type_Archive/StaticMethod_GenerateForecast.qbl @@ -14,7 +14,7 @@ traverse ( archiveExecutionStatus, TemporaryDemandData, tdd ,tdd.Origin() = "" or tdd.StartDate() >= macroPlan.StartOfPlanning().Date()) { targetProduct_MP := select( macroPlan, Product_MP, tempPMP, tempPMP.ID() = tdd.ProductID() ); targetStockingPoint_MP := select( macroPlan, StockingPoint_MP, tempSPMP, tempSPMP.ID() = tdd.StockingPointID() ); - info( tdd.SalesSegmentName() ); + // info( tdd.SalesSegmentName() ); if ( not isnull( targetProduct_MP ) and not isnull( targetStockingPoint_MP ) ) { forcest := Forecast::Create( targetProduct_MP, targetStockingPoint_MP, -- Gitblit v1.9.3