mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix: 下载远程excel,增加错误日志
This commit is contained in:
@@ -802,7 +802,7 @@ public class ExcelUtils {
|
||||
outputStream.close();
|
||||
|
||||
} catch (IOException e) {
|
||||
DEException.throwException(Translator.get("i18n_file_download_failed"));
|
||||
DEException.throwException(Translator.get("i18n_file_download_failed") + ", " + e.getMessage());
|
||||
}
|
||||
return fileNames;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user