BLL/HStation.BLL.Assets.Core/04-bll/00-core/CALCreateHelper.cs
@@ -1,4 +1,4 @@ namespace HStation.BLL.Xhs namespace HStation.BLL.Assets { /// <summary> /// CAL辅助类 @@ -12,8 +12,8 @@ /// <returns></returns> public static T CreateCAL<T>() { var type = Settings.XhsParasHelper.Xhs.CAL.CALType; var type = Settings.AssetsParasHelper.Assets.CAL.CALType; return Yw.CALFactory.CreateCAL<T>(type); } } } }