From 98e49c0dd42840a094837f7acae532bc237a719a Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期二, 20 八月 2024 15:42:37 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 BLL/HStation.BLL.PhartRelation.Core/04-bll/00-core/CALCreateHelper.cs |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/BLL/HStation.BLL.PhartRelation.Core/04-bll/00-core/CALCreateHelper.cs b/BLL/HStation.BLL.PhartRelation.Core/04-bll/00-core/CALCreateHelper.cs
index 18c02c0..ac23eab 100644
--- a/BLL/HStation.BLL.PhartRelation.Core/04-bll/00-core/CALCreateHelper.cs
+++ b/BLL/HStation.BLL.PhartRelation.Core/04-bll/00-core/CALCreateHelper.cs
@@ -12,10 +12,8 @@
         /// <returns></returns>
         public static T CreateCAL<T>()
         {
-            var type = Settings.XhsParasHelper.Xhs.CAL.CALType;
-            return  Yw.CALFactory.CreateCAL<T>(type);
+            var type = Settings.PhartRelationParasHelper.Xhs.CAL.CALType;
+            return Yw.CALFactory.CreateCAL<T>(type);
         }
-
-        
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3