From 18d58951a20b7b60621674a826fba7f78a212139 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 23 Dec 2025 15:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Helper/FileDocProcess/FileStoreHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Helper/FileDocProcess/FileStoreHelper.cs b/IRaCIS.Core.Application/Helper/FileDocProcess/FileStoreHelper.cs index 709631876..779fe13ca 100644 --- a/IRaCIS.Core.Application/Helper/FileDocProcess/FileStoreHelper.cs +++ b/IRaCIS.Core.Application/Helper/FileDocProcess/FileStoreHelper.cs @@ -74,7 +74,7 @@ public static class FileStoreHelper { var rootPath = GetIRaCISRootPath(_hostEnvironment); - var physicalFilePath = Path.Combine(rootPath, relativePath.TrimStart('/')); + var physicalFilePath = Path.Combine(rootPath, StaticData.Folder.IRaCISDataFolder, relativePath.TrimStart('/')); return physicalFilePath; }