Shuxia Ning
2025-01-15 facdda630bc2a16c2a61e5db6e4387e257202d44
BLL/HStation.BLL.PhartRelation.Core/04-bll/00-core/CALCreateHelper.cs
@@ -12,7 +12,7 @@
        /// <returns></returns>
        public static T CreateCAL<T>()
        {
            var type = Settings.PhartRelationParasHelper.Xhs.CAL.CALType;
            var type = Settings.PhartRelationParasHelper.PhartRelation.CAL.CALType;
            return Yw.CALFactory.CreateCAL<T>(type);
        }
    }