From 342fa8be89ce72d4a1f87fc857def22b41722dfc Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期日, 03 十一月 2024 14:43:19 +0800 Subject: [PATCH] 曲线 问题修改 --- BLL/HStation.BLL.Assets.Core/04-bll/00-core/CALCreateHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/BLL/HStation.BLL.Assets.Core/04-bll/00-core/CALCreateHelper.cs b/BLL/HStation.BLL.Assets.Core/04-bll/00-core/CALCreateHelper.cs index 96f91f6..f1f6670 100644 --- a/BLL/HStation.BLL.Assets.Core/04-bll/00-core/CALCreateHelper.cs +++ b/BLL/HStation.BLL.Assets.Core/04-bll/00-core/CALCreateHelper.cs @@ -12,7 +12,7 @@ /// <returns></returns> public static T CreateCAL<T>() { - var type = Settings.Assets.XhsParasHelper.Xhs.CAL.CALType; + var type = Settings.AssetsParasHelper.Assets.CAL.CALType; return Yw.CALFactory.CreateCAL<T>(type); } } -- Gitblit v1.9.3