打印地址

This commit is contained in:
吴方海
2025-09-10 10:32:52 +08:00
parent f15ca632c3
commit 9869ed5309
@@ -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);