Commit 441bca64 by 泽锋 李

切换日志地址

parent f188f769
......@@ -33,6 +33,7 @@ namespace AutoGeneratePurchaseAdvise
//PurchaseAdviseServices.AutoPushBuySys(1);
//report.PurchaseWeekBackUp();
//report.ResetTransExpectArrivaltime();
//PurchaseAdviseServices.AutoPushBuySys(4);
}
catch (Exception ex)
{
......
......@@ -79,8 +79,11 @@ namespace AutoTurnOver.Services
public async Task<string> DownloadAuto(string par_json, dc_task_download download_data)
{
Condition_AutoTurnOver search_data = par_json.ToObject<Condition_AutoTurnOver>();
Console.WriteLine("DownloadStock - 开始生成文件");
var memory = new SkuAutoTurnServices().Export(search_data,"","");
Console.WriteLine("DownloadStock - 开始生成上传文件");
var fileData = await AutoTurnOver.Utility.QiNiuCloudHelper.UploadSectioningAsync(memory);
Console.WriteLine("DownloadStock - 上传完毕");
return fileData;
}
}
......
......@@ -46,7 +46,7 @@
"PostPlatCategoryRate": "http://172.31.255.11/api/platfee/ProfitPlatfee/PostPlatCategoryRate",
"api_plat_category": "http://doc.bailuntec.com:6040/profitplatfee/getplatcategory",
"BrowseLogSetting": {
"Url": "http://10.0.0.11:5001/operationloginfo/addoperationloginfo",
"Url": "http://10.0.4.15/api/ssoadmin/operationloginfo/addoperationloginfo",
"CanLog": "yes"
},
"SupplierReturnSkuInfo": "http://pps.bailuntec.com/distributionapi/Manager/SupplierReturnSkuInfo/InsertReturnSkuInfo",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment