@@ -511,7 +511,7 @@ public class ReportServiceImpl extends BaseServiceImpl<ReportMapper, Report> imp | |||
response.setCharacterEncoding("utf-8"); | |||
//定义下载的类型 | |||
//response.setContentType("application/msword;charset=GBK"); | |||
response.setContentType("application/octet-stream; charset=GB2312"); | |||
response.setContentType("application/octet-stream;"); | |||
OutputStream out; | |||
File files = new File(filePath,""); | |||