From e1a3b76159b374382bb7f84c591727ddf3592790 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期五, 06 十二月 2024 11:15:16 +0800
Subject: [PATCH] 更新 StaticMethod_Create.qbl
---
_Main/BL/Type_UphillRouting/StaticMethod_Create.qbl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_UphillRouting/StaticMethod_Create.qbl b/_Main/BL/Type_UphillRouting/StaticMethod_Create.qbl
index b8cb174..619fa3c 100644
--- a/_Main/BL/Type_UphillRouting/StaticMethod_Create.qbl
+++ b/_Main/BL/Type_UphillRouting/StaticMethod_Create.qbl
@@ -10,7 +10,7 @@
TextBody:
[*
// rislai Jun-14-2024 (created)
- traverse( unit,Operation.RoutingForPlanningMatrix,routing , routing.IsEnabled() and LocalTool::IsAnyDurationContained( startDate.DateTime(),endDate.DateTime(),routing.Start().DateTime(),routing.End().DateTime())){
+ traverse( unit,Operation.RoutingForPlanningMatrix,routing , routing.IsEnabled() and LocalTool::IsAnyDurationContained( startDate.DateTime(),endDate.DateTime(),routing.Start().DateTime(),routing.End().DateTime()) and startDate <> routing.End() ){
suffix := "_浜х嚎鐖潯_";
data := UphillRouting::Create( routing,startDate,endDate,percentage,suffix );
--
Gitblit v1.9.3