duheng
2025-02-17 4c483d22f521776536012c24e82fcbb4ec4643fd
BLL/HStation.BLL.PhartRelation.Core/04-bll/00-core/CALCreateHelper.cs
@@ -12,8 +12,8 @@
        /// <returns></returns>
        public static T CreateCAL<T>()
        {
            var type = Settings.XhsParasHelper.Xhs.CAL.CALType;
            var type = Settings.PhartRelationParasHelper.PhartRelation.CAL.CALType;
            return Yw.CALFactory.CreateCAL<T>(type);
        }
    }
}
}