duheng
2024-11-29 5c14c9686d2bd7c99fdd6cc6fc19404e6e4b8e4d
BLL/Yw.BLL.Division.Core/04-bll/00-core/CALCreateHelper.cs
@@ -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);
        }
    }