Commit 7fefdf41 by lizefeng

优化周转表导出

parent 3bef327c
......@@ -238,7 +238,7 @@ namespace AutoTurnOver.Controllers
stream.CopyTo(memory);
}
memory.Position = 0;
return File(memory, "text/csv", "周转表.csv");
return File(memory, "text/csv", $"{user.UserAccount}周转表.csv");
}
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