From 035ff4e0ea0e65da8631e940d9dd2312d3c38dee Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期一, 15 七月 2024 14:05:35 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev

---
 _Main/BL/Type_LocalCell_Default/StaticMethod_GetCell.qbl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/_Main/BL/Type_LocalCell_Default/StaticMethod_GetCell.qbl b/_Main/BL/Type_LocalCell_Default/StaticMethod_GetCell.qbl
index 27c9816..b8e97f8 100644
--- a/_Main/BL/Type_LocalCell_Default/StaticMethod_GetCell.qbl
+++ b/_Main/BL/Type_LocalCell_Default/StaticMethod_GetCell.qbl
@@ -14,7 +14,7 @@
     cellHandle := cellIndexTree.GetHandle( cellKey );
     cellIndex := guard( cellIndexTree.Root().Child( cellHandle ),null( NamedValue ));
     cell := null( LocalCell_Default );
-    if( isnull( cell )){
+    if( isnull( cellIndex )){
        cell := row.LocalCell( relnew,LocalCell_Default,LocalColumn := column );
        cells.Add( cell );
        cellIndexTree.Root().AddChild( cellHandle,cells.Size() - 1 );

--
Gitblit v1.9.3