From 9ee4859010d71856ff97a3fb87f2aae1b6ae48f1 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期三, 04 九月 2024 16:15:56 +0800
Subject: [PATCH] 修复需求对比的一些bug

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

diff --git a/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_CreateFullTable.qbl b/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_CreateFullTable.qbl
index 6f998db..188515f 100644
--- a/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_CreateFullTable.qbl
+++ b/_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_CreateFullTable.qbl
@@ -105,14 +105,6 @@
              workingDay := workingDay + cell.WorkingDay();
              capacity := capacity + cell.Capacity();
              
-    //         shiftPatternHanlde := shiftPatternCount.GetHandle( cell.ShiftPattern() );
-    //         shiftPatternCountValue := guard( shiftPatternCount.Root().Child( shiftPatternHanlde ),null( NamedValue ));
-    //         if( isnull( shiftPatternCountValue )){
-    //           shiftPatternCount.Root().AddChild( shiftPatternHanlde,1 );
-    //         }else{
-    //           shiftPatternCountValue.SetValue( shiftPatternCountValue.GetValueAsNumber() + 1 );
-    //         }
-             
              if( maxShiftPattern <> cell.ShiftPattern() ){
                if( maxShiftPatternCount = 0 ){
                   maxShiftPattern := cell.ShiftPattern();

--
Gitblit v1.9.3