From c4165ba7939057d130981b54b038f5c710d927d0 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Sat, 7 May 2022 16:08:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E6=9F=A5=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/Controllers/StudyController.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/IRaCIS.Core.API/Controllers/StudyController.cs b/IRaCIS.Core.API/Controllers/StudyController.cs index 2a5aa961..80a548c9 100644 --- a/IRaCIS.Core.API/Controllers/StudyController.cs +++ b/IRaCIS.Core.API/Controllers/StudyController.cs @@ -223,7 +223,7 @@ namespace IRaCIS.Api.Controllers } else { - return ResponseOutput.NotOk("未完成该检查的归档", archiveResult); + return ResponseOutput.NotOk("未完成该检查的归档"); } @@ -243,9 +243,7 @@ namespace IRaCIS.Api.Controllers _provider.Remove("StudyUid_" + archiveStudyCommand.StudyInstanceUid); } - - - + return ResponseOutput.Ok(archiveResult);