From a73ef7108b8bc55b419685c1d7152dd262b34427 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 3 Apr 2025 10:35:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E7=94=A8=E7=9A=84=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/ReadingCalculate/RECIST1Point1CalculateService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/RECIST1Point1CalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/RECIST1Point1CalculateService.cs index eed284116..8b3762ec8 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)) {