From 8445af85a5b3cb5c8cb378f72aa3610ed8345431 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期五, 22 十一月 2024 17:14:26 +0800
Subject: [PATCH] 更新 StaticMethod_GenerateForecast.qbl
---
_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