From d36d96955f33f03130d2de2f3ea8838f91600f05 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期二, 20 八月 2024 10:38:05 +0800 Subject: [PATCH] 阀门曲线关系(基础) 缺阀门表、 Yw.Valve.Corve:阀门类型和拟合信息 --- 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