From b6e0c9175e15545fbe890611d3b6ce71a3fc916d Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期一, 09 十二月 2024 00:08:40 +0800 Subject: [PATCH] 修复一些bug,优化计划汇总报表 --- _Main/BL/Type_LocalTool/StaticMethod_BatchSetUnitShiftPattern.qbl | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/_Main/BL/Type_LocalTool/StaticMethod_BatchSetUnitShiftPattern.qbl b/_Main/BL/Type_LocalTool/StaticMethod_BatchSetUnitShiftPattern.qbl index 31bd0a7..285f0da 100644 --- a/_Main/BL/Type_LocalTool/StaticMethod_BatchSetUnitShiftPattern.qbl +++ b/_Main/BL/Type_LocalTool/StaticMethod_BatchSetUnitShiftPattern.qbl @@ -25,17 +25,8 @@ i := flag; flag := i.StartOfNextWeek(); temp--; - - info( i.Format( "Y-M2-D2") ); - info( flag.Format( "Y-M2-D2") ); } } - } - - info( "----------------------------"); - - traverse( saveDays,Elements,element ){ - info( element.Format( "Y-M2-D2")); } dayPeriod_MPs := selectsortedset( owner,Period_MP,period_MP, -- Gitblit v1.9.3