From 489256930a3db0c94fc783c307d134b6ff918ce4 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期二, 20 八月 2024 15:25:46 +0800
Subject: [PATCH] 修复Forecast计划周期之外的数据

---
 _Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_Create.qbl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_Create.qbl b/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_Create.qbl
index 0990048..bead82a 100644
--- a/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_Create.qbl
+++ b/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_Create.qbl
@@ -41,7 +41,7 @@
         if( not isnull( columnIndex )){
           // 褰揳rrowedAvailableCapacity涓嶄负0锛屽伐浣滄棩 + 1
           arrowedAvailableCapacity := unitPeriodTime.TotalAvailableCapacity();
-          zeroDuration := Duration::Construct( 0,0,0,0);
+          zeroDuration := Duration::Construct( 0,0,0,0 );
           
           column := columns.Element( columnIndex.GetValueAsNumber() );
           

--
Gitblit v1.9.3