移动文件
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-03-19 15:47:31 +08:00
parent 0cbc345f49
commit c94d800646
2 changed files with 168 additions and 60 deletions
@@ -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);
}