Commit 619d0d12 by lizefeng

优化实时库存导出

parent dfa71485
......@@ -71,7 +71,7 @@ namespace AutoTurnOver.Services
var services = new DailyServices();
var fileName = AppContext.BaseDirectory + $@"Result\RealtimeStock\{user.UserAccount}实时库存.csv";
int page = 1;
int rows = 200000;
int rows = 50000;
while (true)
{
......
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