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

This commit is contained in:
taojinlong
2025-06-12 15:47:05 +08:00
committed by taojinlong
parent 7abcc433ea
commit 87d459b342

View File

@@ -801,7 +801,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;
}