From b03a6fb520bc309358ac2cd513c0ad2f88610f3b Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期二, 19 十一月 2024 14:54:17 +0800
Subject: [PATCH] 修复一些bug

---
 _Main/BL/Type_LockPeriod/Method_Enable.qbl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/_Main/BL/Type_LockPeriod/Method_Enable.qbl b/_Main/BL/Type_LockPeriod/Method_Enable.qbl
index 8582f7c..e8e9bf5 100644
--- a/_Main/BL/Type_LockPeriod/Method_Enable.qbl
+++ b/_Main/BL/Type_LockPeriod/Method_Enable.qbl
@@ -30,6 +30,7 @@
           offlinePlanCell := offlinePlanCells.Element( offlinePlanCellIndex.GetValueAsNumber() );
           offlinePlanCellQuantity := offlinePlanCell.Quantity();
         }
+    
         if( element.NewSupply( relsize ) = 1 ){
           traverse( element,NewSupply,newSupply ){
             newSupply.Update( offlinePlanCellQuantity );

--
Gitblit v1.9.3