lazhen
2024-07-26 7dae67a41b6f97dfe4c4fc9114ca9ea39e681f11
筛选日期失效bug
已修改1个文件
2 ■■■ 文件已修改
_Main/BL/Type_LibCal_SubscriberEventColumn/Method_FilterByDatePeriod.qbl 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
_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;
    }