修改国际化
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2025-09-09 11:38:17 +08:00
parent ea87692f49
commit 81d9fcae2e
1 changed files with 2 additions and 1 deletions

View File

@ -963,7 +963,8 @@ namespace IRaCIS.Application.Services
if (_studySubjectVisitRepository.Any(t => t.SCPStudyId == scpStudyId && t.StudyId != null)) if (_studySubjectVisitRepository.Any(t => t.SCPStudyId == scpStudyId && t.StudyId != null))
{ {
return ResponseOutput.NotOk("该检查已绑定某项目下受试者访视(不一定是你所创建的项目)并已提交生成任务,不允许删除该检查"); //"该检查已绑定某项目下受试者访视(不一定是你所创建的项目)并已提交生成任务,不允许删除该检查"
return ResponseOutput.NotOk(_localizer["Patient_SCPStudyVisitBindedSubmit"]);
} }
else else
{ {