diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/RECIST1Point1CalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/RECIST1Point1CalculateService.cs index 8b3762ec8..eed284116 100644 --- a/IRaCIS.Core.Application/Service/ReadingCalculate/RECIST1Point1CalculateService.cs +++ b/IRaCIS.Core.Application/Service/ReadingCalculate/RECIST1Point1CalculateService.cs @@ -254,7 +254,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate //// 获取文件夹中的所有文件路径 - Directory.Delete(downFile, true); + //Directory.Delete(downFile, true); if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { @@ -487,7 +487,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate //// 获取文件夹中的所有文件路径 - Directory.Delete(downFile, true); + //Directory.Delete(downFile, true); if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) {