阅片问题重复提示修改
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net10
he 2026-07-01 15:59:55 +08:00
parent 00c59958e6
commit 0848a441b1
1 changed files with 1 additions and 0 deletions

View File

@ -3438,6 +3438,7 @@ namespace IRaCIS.Core.Application.Service
if (hasDuplicate)
{
_ = SendWeComNotifier(inDto.VisitTaskId, "阅片问题答案有重复");
throw new BusinessValidationFailedException(_localizer["ReadingImage_VisitAnswerRepeated"]);
}