From 1e5e1f4d15d1f2eea93c35f5e32b95a17a0a96e0 Mon Sep 17 00:00:00 2001
From: rislai <risheng.lai@capgemini.com>
Date: 星期三, 07 八月 2024 17:55:55 +0800
Subject: [PATCH] 微调生产计划变更

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

diff --git a/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_CreateFullTable.qbl b/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_CreateFullTable.qbl
index 401d54f..f3fb6c4 100644
--- a/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_CreateFullTable.qbl
+++ b/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_CreateFullTable.qbl
@@ -28,7 +28,6 @@
       scheduleSummaryOutputDataHandle := scheduleSummaryOutputDataIndexTree.GetHandle( scheduleSummaryOutputDataKey );
       scheduleSummaryOutputDataIndexTree.Root().AddChild( scheduleSummaryOutputDataHandle,i );
     }
-    info( scheduleSummaryOutputDataIndexTree.ToString() );
     
     localTable := recycleBin.LocalTable( relnew,Name := MP_Cell_ScheduleSummary::GetTableName() );
     startDate := minselect( tables,Elements.MP_Column,column,column.CustomDate() ).CustomDate();
@@ -43,6 +42,7 @@
        localColumnIndexTree.Root().AddChild( localColumnHandle,localColumns.Size() - 1 );
     }
     traverse( tables,Elements.MP_Row,row ){
+    
        localRow := localTable.LocalRow( relnew,CustomName := row.Name(),Index := localTable.GetRowIndexCache() );
     
        traverse( localColumns,Elements,localColumn ){
@@ -51,7 +51,6 @@
           output := 0.0;
           
           scheduleSummaryOutputDataKey := row.Name() + localColumn.CustomDate().AsQUILL();
-          info( scheduleSummaryOutputDataKey );
           scheduleSummaryOutputDataHandle := scheduleSummaryOutputDataIndexTree.GetHandle( scheduleSummaryOutputDataKey );
           scheduleSummaryOutputDataIndex := guard( scheduleSummaryOutputDataIndexTree.Root().Child( scheduleSummaryOutputDataHandle ),null( NamedValue ));
           if( not isnull( scheduleSummaryOutputDataIndex )){

--
Gitblit v1.9.3