修改一版

This commit is contained in:
he
2022-06-02 13:20:14 +08:00
parent 2ff0881d37
commit d7284f2b50
7 changed files with 39 additions and 15 deletions
@@ -431,7 +431,7 @@ namespace IRaCIS.Core.API.Controllers
}).FirstOrDefaultAsync();
await FileUploadAsync(async (fileName) =>
{
var (serverFilePath, relativePath, fileRealName) = FileStoreHelper.GetClinicalDataPath(_hostEnvironment, fileName, subject.TrialId, subject.SiteId, subjectId.Value, id);
var (serverFilePath, relativePath, fileRealName) = FileStoreHelper.GetClinicalDataPath(_hostEnvironment, fileName, subject.TrialId, subject.SiteId, subjectId, id);
//插入临床pdf 路径
filerelativePath = relativePath;
return serverFilePath;