Commit f34c54f4 by lizefeng

优化实时库存的导出

parent 4497efda
......@@ -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 = 50000;
int rows = 600000;
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