From 5773247d347db0d22b867c80c857022f8d67a823 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期一, 26 八月 2024 11:12:23 +0800
Subject: [PATCH] 修复一些bug‘

---
 _Main/BL/Type_UphillRouting/StaticMethod_Create.qbl |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/_Main/BL/Type_UphillRouting/StaticMethod_Create.qbl b/_Main/BL/Type_UphillRouting/StaticMethod_Create.qbl
index 91d1b68..a7f7173 100644
--- a/_Main/BL/Type_UphillRouting/StaticMethod_Create.qbl
+++ b/_Main/BL/Type_UphillRouting/StaticMethod_Create.qbl
@@ -11,7 +11,12 @@
   [*
     // rislai Jun-14-2024 (created)
     traverse( unit,Operation.RoutingForPlanningMatrix,routing , routing.IsEnabled() and LocalTool::IsOverlap( startDate,endDate,routing.Start(),routing.End())){
-      UphillRouting::Create( routing,startDate,endDate,percentage,"_浜х嚎鐖潯_" );
+      suffix := "_浜х嚎鐖潯_";
+      
+      data := UphillRouting::Create( routing,startDate,endDate,percentage,suffix );
+      
+      data.Use();
+    
     }
   *]
 }

--
Gitblit v1.9.3