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