From 39b6a686ab59135e63a44ab206fd8ca361878f91 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 17 十二月 2024 16:59:36 +0800
Subject: [PATCH] 统一资产图标

---
 BLL/HStation.BLL.PhartRelation.Core/04-bll/00-core/CALCreateHelper.cs |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/BLL/HStation.BLL.PhartRelation.Core/04-bll/00-core/CALCreateHelper.cs b/BLL/HStation.BLL.PhartRelation.Core/04-bll/00-core/CALCreateHelper.cs
index 18c02c0..1a386a3 100644
--- a/BLL/HStation.BLL.PhartRelation.Core/04-bll/00-core/CALCreateHelper.cs
+++ b/BLL/HStation.BLL.PhartRelation.Core/04-bll/00-core/CALCreateHelper.cs
@@ -12,10 +12,8 @@
         /// <returns></returns>
         public static T CreateCAL<T>()
         {
-            var type = Settings.XhsParasHelper.Xhs.CAL.CALType;
-            return  Yw.CALFactory.CreateCAL<T>(type);
+            var type = Settings.PhartRelationParasHelper.PhartRelation.CAL.CALType;
+            return Yw.CALFactory.CreateCAL<T>(type);
         }
-
-        
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3