lixiaojun
2024-10-31 abf1e3b3334ab47c38aa92405a11a6ec92b7847a
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.Xhs.CAL.CALType;
            return Yw.CALFactory.CreateCAL<T>(type);
        }
    }
}
}