修改检查提示
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user