From 25f7d54d23dd47d6f2bfd91e7edfd218a4b9ec3e Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 09 十二月 2024 18:57:21 +0800 Subject: [PATCH] 修复水泵分析 --- 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