From 9869ed5309b958b4ab5a53049a396fc0c17058e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=B9=E6=B5=B7?= Date: Wed, 10 Sep 2025 10:32:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ExtendReport/ZheShang/SwapTradeMothReport.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YLErpDAL/Modules/SuperviseReportModule/ExtendReport/ZheShang/SwapTradeMothReport.cs b/YLErpDAL/Modules/SuperviseReportModule/ExtendReport/ZheShang/SwapTradeMothReport.cs index f7415ecf..639e6304 100644 --- a/YLErpDAL/Modules/SuperviseReportModule/ExtendReport/ZheShang/SwapTradeMothReport.cs +++ b/YLErpDAL/Modules/SuperviseReportModule/ExtendReport/ZheShang/SwapTradeMothReport.cs @@ -1,6 +1,7 @@ using BaseOUDAL; using CsvHelper; using Org.BouncyCastle.Ocsp; +using Qdp.Foundation.Utilities; using System; using System.Collections.Generic; using System.Linq; @@ -49,6 +50,7 @@ namespace YLErp.Modules.SuperviseReportModule.ExtendReport.ZheShang { var baseUrl = Environment.GetEnvironmentVariable("Reg_Report_Url"); var calculateUrl = "/swap-trade/month-report?date="+yearMonth; + LogFactory.GetLogger("SwapTradeMothReport").Info("获取收益互换月报信息地址:" + baseUrl+ calculateUrl); if (!string.IsNullOrEmpty(baseUrl)) { var httpHelper = new HttpHelper(baseUrl, null);