Commit eb2f3509 by lizefeng

优化库存导出服务

parent e3bd51d9
...@@ -81,7 +81,7 @@ namespace AutoTurnOver.Services ...@@ -81,7 +81,7 @@ namespace AutoTurnOver.Services
int rows = 50000; int rows = 50000;
if (export_count == 1) if (export_count == 1)
{ {
rows = 200000; rows = 500000;
} }
while (true) 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