|
@@ -112,7 +112,7 @@ public class StmtUserTagController
|
|
|
//输出Excel文件
|
|
|
OutputStream output = res.getOutputStream();
|
|
|
res.reset();
|
|
|
- res.setHeader("Content-disposition", "attachment; filename=lingjiao_terminal_user_" + currentTime + ".xls");
|
|
|
+ res.setHeader("Content-disposition", "attachment; filename=lingjiao_user_tag_" + currentTime + ".xls");
|
|
|
res.setContentType("application/msexcel");
|
|
|
wb.write(output);
|
|
|
output.close();
|