打印文件日志
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2026-03-14 23:00:03 +08:00
parent a595ca10fe
commit fe209ee2c5
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ public static class FileStoreHelper
if (!System.IO.File.Exists(filePath)) if (!System.IO.File.Exists(filePath))
{ {
Log.Error( $"文件存储路径上未找对应文件,{filePath}");
//---数据模板文件存储路径上未找对应文件,请联系系统运维人员。 //---数据模板文件存储路径上未找对应文件,请联系系统运维人员。
throw new BusinessValidationFailedException(I18n.T("FileStore_TemplateFileStoragePathInvalid")); throw new BusinessValidationFailedException(I18n.T("FileStore_TemplateFileStoragePathInvalid"));
} }