From 4534d2c0921049d9d150ba0c31f76cb445bdd365 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 21 十一月 2024 17:41:25 +0800
Subject: [PATCH] 存档报表界面去掉日期区分列
---
_Main/BL/Type_CustomerDemandIDS/Method_GetColumnByTimeUnit.qbl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_CustomerDemandIDS/Method_GetColumnByTimeUnit.qbl b/_Main/BL/Type_CustomerDemandIDS/Method_GetColumnByTimeUnit.qbl
index 7bac4fd..1e5383b 100644
--- a/_Main/BL/Type_CustomerDemandIDS/Method_GetColumnByTimeUnit.qbl
+++ b/_Main/BL/Type_CustomerDemandIDS/Method_GetColumnByTimeUnit.qbl
@@ -10,7 +10,7 @@
// 鐢勫叞楦� Aug-7-2024 (created)
//periodname := period.Format( "M2/D2/Y" );
- column := selectobject( this, Column, column, column.StartDate() <= period and column.EndDate() >= period and column.TimeUnit() = unit );
+ column := selectobject( this, Column, column, column.StartDate() <= period and column.EndDate() >= period );// and column.TimeUnit() = unit
return column;
*]
--
Gitblit v1.9.3