修改检查提示

Uat_Study
hang 2022-05-07 16:08:50 +08:00
parent e63f82fe5c
commit c4165ba793
1 changed files with 2 additions and 4 deletions

View File

@ -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);