From 9d90792ed4bc8a55a3daa4cdd24ef4154b3aa807 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期五, 22 十一月 2024 18:08:05 +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 fc1beab..6e3196f 100644 --- a/_Main/BL/Type_Archive/StaticMethod_GenerateForecast.qbl +++ b/_Main/BL/Type_Archive/StaticMethod_GenerateForecast.qbl @@ -63,7 +63,7 @@ if ( not isnull( targetProduct_MP ) and not isnull( targetStockingPoint_MP ) ) { forcest := Forecast::Create( targetProduct_MP, targetStockingPoint_MP, - [String]tdd.ID(), + IDHolder::GetGUID(), tdd.StartDate(), tdd.EndDate(), tdd.Quantity(), -- Gitblit v1.9.3