修改检查提示

Test.EIImageViewer
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("未完成该检查的归档");
}
@ -245,8 +245,6 @@ namespace IRaCIS.Api.Controllers
return ResponseOutput.Ok(archiveResult);
}