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);