修改一版

Uat_Study
he 2022-06-10 12:11:35 +08:00
parent 4c83ab57b2
commit c1ee98f994
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ namespace IRaCIS.Core.API.Controllers
fileDtos.Add(new FileDto() fileDtos.Add(new FileDto()
{ {
FileName = fileName, FileName = fileName,
Path = serverFilePath Path = relativePath
}); });
return fileName; return fileName;