lixiaojun
2025-02-06 146ca8c7eefe74d3b73c00a73e99e94e903be401
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);
        }
    }