fix: 下载远程excel,增加错误日志

This commit is contained in:
taojinlong
2025-06-12 15:47:05 +08:00
committed by taojinlong
parent 3fa341b10e
commit 175bdb59b7

View File

@@ -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;
}