From fe59cb0e4d060664927dca75d453162deae3e17d Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 12 十二月 2024 22:23:52 +0800
Subject: [PATCH] 增加产品冷却塔至bll

---
 BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMain.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMain.cs b/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMain.cs
index 1f4201a..62d9c8e 100644
--- a/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMain.cs
+++ b/BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankMain.cs
@@ -13,7 +13,7 @@
     {
         protected override string Prefix
         {
-            get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/AssetsTankMain"; }
+            get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsTankMain"; }
         }
 
         public Task<List<AssetsTankMainDto>> GetBySeriesID(long ID)

--
Gitblit v1.9.3