From 7a55464720fcef69fc4362dcb570dff763ff026b Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 07 十一月 2024 17:00:05 +0800
Subject: [PATCH] 下线计划不显示bug

---
 _Main/BL/Type_InventoryPlanArchiveVersion/Method_Clear.qbl |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/_Main/BL/Type_InventoryPlanArchiveVersion/Method_Clear.qbl b/_Main/BL/Type_InventoryPlanArchiveVersion/Method_Clear.qbl
index 83d7a64..6da9602 100644
--- a/_Main/BL/Type_InventoryPlanArchiveVersion/Method_Clear.qbl
+++ b/_Main/BL/Type_InventoryPlanArchiveVersion/Method_Clear.qbl
@@ -9,7 +9,8 @@
     // 鐢勫叞楦� Jun-25-2024 (created) 
     this.Column( relflush );
     this.Row( relflush );
-    
-    this.GenerateColumn( periods, true );
+    if( periods.Size() > 0 ){
+      this.GenerateColumn( periods, true );
+    }
   *]
 }

--
Gitblit v1.9.3