From 4c483d22f521776536012c24e82fcbb4ec4643fd Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期一, 17 二月 2025 21:24:34 +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..1a386a3 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.PhartRelation.CAL.CALType;
             return Yw.CALFactory.CreateCAL<T>(type);
         }
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3