修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-09-27 17:14:48 +08:00
parent cd9f7f8812
commit b183622e13
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
try
{
var ossRelativePath = await oSSService.UploadToOSSAsync(fileStream, pathCode, file.FileName);
var ossRelativePath = await oSSService.UploadToOSSAsync(fileStream, "InspectionUpload/"+ pathCode, file.FileName);
await _inspectionFileRepository.AddAsync(new InspectionFile() { FileName = file.FileName, RelativePath = ossRelativePath, TrialId = trialId });
}
catch (Exception)