From bf795f3bf5a37a59b0854592ed8249be958dd7f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E5=86=B0=E5=86=B0?= <437394478@qq.com> Date: Fri, 28 Aug 2026 10:19:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=E6=BA=90(=E5=9F=BA=E9=87=91?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E4=BA=BA)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpDAL/AppManager.cs | 2 +- YLErpDAL/Modules/UnderlyingModule/FundManagerLookupService.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/YLErpDAL/AppManager.cs b/YLErpDAL/AppManager.cs index 609c870a..588c857a 100644 --- a/YLErpDAL/AppManager.cs +++ b/YLErpDAL/AppManager.cs @@ -171,7 +171,7 @@ namespace YLErp "yladmin" => _configuration.GetConnectionString("yladmin"), "ylclient" => _configuration.GetConnectionString("ylclient"), "bondoms" => _configuration.GetConnectionString("bondoms"), - "glms_bigdata" => _configuration.GetConnectionString("glms_bigdata"), + "bigdata" => _configuration.GetConnectionString("bigdata"), "apex_oracle"=> _configuration.GetConnectionString("apex_oracle"), _ => string.Empty, }; diff --git a/YLErpDAL/Modules/UnderlyingModule/FundManagerLookupService.cs b/YLErpDAL/Modules/UnderlyingModule/FundManagerLookupService.cs index b37d8f5e..6f1d0235 100644 --- a/YLErpDAL/Modules/UnderlyingModule/FundManagerLookupService.cs +++ b/YLErpDAL/Modules/UnderlyingModule/FundManagerLookupService.cs @@ -49,7 +49,7 @@ WHERE CONVERT(fa.secucode USING utf8mb4) COLLATE utf8mb4_unicode_ci = return new FundManagerLookupResult { Status = FundManagerLookupStatus.NotFound }; } - var connectionString = AppManager.GetConnectionString("glms_bigdata"); + var connectionString = AppManager.GetConnectionString("bigdata"); if (string.IsNullOrWhiteSpace(connectionString)) { return new FundManagerLookupResult { Status = FundManagerLookupStatus.Unavailable };