From 7dae67a41b6f97dfe4c4fc9114ca9ea39e681f11 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期五, 26 七月 2024 11:27:16 +0800
Subject: [PATCH] 筛选日期失效bug
---
_Main/BL/Type_LibCal_SubscriberEventColumn/Method_FilterByDatePeriod.qbl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_LibCal_SubscriberEventColumn/Method_FilterByDatePeriod.qbl b/_Main/BL/Type_LibCal_SubscriberEventColumn/Method_FilterByDatePeriod.qbl
index f0e5182..508df7f 100644
--- a/_Main/BL/Type_LibCal_SubscriberEventColumn/Method_FilterByDatePeriod.qbl
+++ b/_Main/BL/Type_LibCal_SubscriberEventColumn/Method_FilterByDatePeriod.qbl
@@ -10,7 +10,7 @@
// 鐢勫叞楦� May-29-2024 (created)
value := false;
//info( this.Index(), this.LibCal_SubscriberEventTable().Name(), this.Period(), start, end );
- if( this.Index() < 2 or ( this.Period() >= start and this.Period() <= end ) ){
+ if( this.Period() >= start and this.Period() <= end ){
value := true;
}
--
Gitblit v1.9.3