Commit f188f769 by 泽锋 李

fix

parent 76053a36
...@@ -12,7 +12,7 @@ namespace AutoTurnOver.DownloadService ...@@ -12,7 +12,7 @@ namespace AutoTurnOver.DownloadService
{ {
try try
{ {
await new TaskDownloadServices().Download(); //await new TaskDownloadServices().Download();
} }
catch (Exception ex) catch (Exception ex)
{ {
......
...@@ -290,7 +290,7 @@ namespace AutoTurnOver.Services ...@@ -290,7 +290,7 @@ namespace AutoTurnOver.Services
int page = 1; int page = 1;
int rows = 50000; int rows = 250000;
while (true) while (true)
{ {
var list = service.List(m, (page - 1) * rows, rows, ref total, order, sort); var list = service.List(m, (page - 1) * rows, rows, ref total, order, sort);
......
...@@ -27,6 +27,7 @@ namespace ResetOutofstock ...@@ -27,6 +27,7 @@ namespace ResetOutofstock
//report.PurchaseWeekBackUp(); //report.PurchaseWeekBackUp();
//report.PurchaseWeekBackUp(); //report.PurchaseWeekBackUp();
//report.PurchaseWeekBackUp(); //report.PurchaseWeekBackUp();
//await new TaskDownloadServices().Download();
} }
catch (Exception ex) catch (Exception ex)
{ {
......
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