From abf1e3b3334ab47c38aa92405a11a6ec92b7847a Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 31 十月 2024 17:18:37 +0800 Subject: [PATCH] bimface 水流 --- 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