修改检查提示

This commit is contained in:
2022-05-07 16:08:50 +08:00
parent e63f82fe5c
commit c4165ba793
@@ -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);