From 26917739c47252ecdc3b8f43eca6ebaf9cba6ac4 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期二, 10 十二月 2024 15:17:04 +0800
Subject: [PATCH] 提交报告修改

---
 BLL/HStation.BLL.PhartRelation.Core/04-bll/00-core/CALCreateHelper.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 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 ce2dce5..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,8 +12,8 @@
         /// <returns></returns>
         public static T CreateCAL<T>()
         {
-            var type = Settings.XhsParasHelper.Xhs.CAL.CALType;
+            var type = Settings.PhartRelationParasHelper.Xhs.CAL.CALType;
             return Yw.CALFactory.CreateCAL<T>(type);
         }
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3