From b431995d0cdfde5047ee028ddba76150d93120a2 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期四, 17 十月 2024 00:45:39 +0800
Subject: [PATCH] 修复一些bug
---
_Main/BL/Type_LocalColumn/Function_CalcDate.qbl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_LocalColumn/Function_CalcDate.qbl b/_Main/BL/Type_LocalColumn/Function_CalcDate.qbl
index 2f59aa9..d867734 100644
--- a/_Main/BL/Type_LocalColumn/Function_CalcDate.qbl
+++ b/_Main/BL/Type_LocalColumn/Function_CalcDate.qbl
@@ -6,7 +6,7 @@
[*
// rislai Jun-28-2024 (created)
if( not this.IsAttrbuteColumn() ){
- names := this.Name().Tokenize( "/" );
+ names := this.CustomName().Tokenize( "/" );
this.Date( ifexpr( this.CustomDate() <> Date::MinDate(),this.CustomDate(),guard( Date::Construct( [Number]names.Element( 0 ),[Number]names.Element( 1 ),[Number]names.Element( 2 )),Date::MinDate() )));
}
*]
--
Gitblit v1.9.3