@ -210,7 +210,7 @@ public class FileServiceImpl implements FileService {
fos.flush();
b = true;
} catch (IOException e) {
e.printStackTrace();
log.error("本地导出异常:{}",e);
}finally {
try {
if(fis != null){fis.close();}