From 11e66e438e5affbba0a7cdb258fbad1ab54a7dd8 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期二, 10 九月 2024 10:46:19 +0800 Subject: [PATCH] 客户需去报表生成数据bug --- _Main/BL/Type_CustomerDemandIDS/Method_GenerateColumn.qbl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/BL/Type_CustomerDemandIDS/Method_GenerateColumn.qbl b/_Main/BL/Type_CustomerDemandIDS/Method_GenerateColumn.qbl index f13d6bb..1cf28e8 100644 --- a/_Main/BL/Type_CustomerDemandIDS/Method_GenerateColumn.qbl +++ b/_Main/BL/Type_CustomerDemandIDS/Method_GenerateColumn.qbl @@ -23,7 +23,7 @@ monthperiodname := monthstart.Format( "M2/D2/Y" ); enddate := ( monthstart.StartOfNextMonth() - Duration::Days( 1 ) ).Date(); this.Column( relnew, Name := monthperiodname, StartDate := monthstart, EndDate := enddate, TimeUnit := Translations::MP_GlobalParameters_Month() ); - weekstart := monthstart.StartOfNextMonth(); + monthstart := monthstart.StartOfNextMonth(); } } *] -- Gitblit v1.9.3