@@ -222,7 +222,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
|
||||
attachment.Path = $"/systemData/reviewe/{attachment.Type}/{attachment.DoctorId}/{fileName}";
|
||||
|
||||
_oSSService.MoveObject(attachmentData.Path, attachment.Path);
|
||||
await _oSSService.MoveObject(attachmentData.Path, attachment.Path);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user