清理oss 数据
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7404fabcda
commit
a3296a1ab9
|
@ -85,7 +85,7 @@ namespace IRaCIS.Application.Services
|
|||
await _readingConsistentClinicalDataRepository.SaveChangesAsync();
|
||||
return ResponseOutput.Ok();
|
||||
}
|
||||
public async Task<IResponseOutput> DeleteOSSDate(string trialId,
|
||||
public async Task<IResponseOutput> DeleteOSSDate(string rootFolder,
|
||||
[FromServices] IOSSService _oSSService, [FromServices] IWebHostEnvironment _hostEnvironment)
|
||||
{
|
||||
|
||||
|
@ -95,7 +95,7 @@ namespace IRaCIS.Application.Services
|
|||
// await _oSSService.DeleteFromPrefix($"{deleteId}");
|
||||
//}
|
||||
|
||||
await _oSSService.DeleteFromPrefix($"{trialId}");
|
||||
await _oSSService.DeleteFromPrefix($"{rootFolder}");
|
||||
|
||||
return ResponseOutput.Ok();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue