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

---
 _Main/BL/Type_ShiftPlan/Method_CalculateEventType.qbl |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/_Main/BL/Type_ShiftPlan/Method_CalculateEventType.qbl b/_Main/BL/Type_ShiftPlan/Method_CalculateEventType.qbl
index cc7ee8d..61a15c7 100644
--- a/_Main/BL/Type_ShiftPlan/Method_CalculateEventType.qbl
+++ b/_Main/BL/Type_ShiftPlan/Method_CalculateEventType.qbl
@@ -23,14 +23,16 @@
     result := "";
     flag := true;
     traverse( values,Elements,value ,flag){
-      if( value = "璋冧紤" and result <> "璋冧紤"){
+      if( value = "璋冧紤" and result <> "娉曞畾鑺傚亣鏃�"){
         result := "璋冧紤"; 
       }else if( value = "娉曞畾鑺傚亣鏃�" and result <> "娉曞畾鑺傚亣鏃�"){
         result := "娉曞畾鑺傚亣鏃�";
-      }else if( value = "鍛ㄥ叚" and result <> "鍛ㄥ叚"){
+      }else if( value = "鍛ㄥ叚" and result <> "娉曞畾鑺傚亣鏃�"){
         result := "鍛ㄥ叚";
-      }else if( value = "鍛ㄦ棩" and result <> "鍛ㄦ棩"){
+      }else if( value = "鍛ㄦ棩" and result <> "娉曞畾鑺傚亣鏃�"){
         result := "鍛ㄦ棩";
+      }else if( value = "鍛ㄦ湯" and result <> "娉曞畾鑺傚亣鏃�"){
+        result := "鍛ㄦ湯";
       }
     }
     

--
Gitblit v1.9.3