Browse Source

Configure Continuous Integration ....

master
zhangqiyang 6 months ago
parent
commit
7622067c38
  1. 2
      src/main/java/com/system/log/service/LogService.java

2
src/main/java/com/system/log/service/LogService.java

@ -463,7 +463,7 @@ public class LogService {
FileOutputStream fos = null;
try {
// 输出文件,创建字节输出流
File tempFile = new File(File.createTempFile("log", ".xlsx").getPath());
File tempFile = new File(File.createTempFile("log", ".xls").getPath());
fos = new FileOutputStream(tempFile);
wb.write(fos);
fos.flush();

Loading…
Cancel
Save