Commit 533b7462 by lizefeng

优化库存导出

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