打印地址
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user