OCTIVUS提示语修改
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net10
he 2026-08-14 14:55:04 +08:00
parent 859c9e4161
commit 54c7e6cc7c
2 changed files with 2 additions and 2 deletions

View File

@ -1096,7 +1096,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
if (!hasZip || !hasImage) if (!hasZip || !hasImage)
{ {
throw new BusinessValidationFailedException(_localizer["CriterionImageFileVerify"]); throw new BusinessValidationFailedException(_localizer["IVUSCriterionImageFileVerify"]);
} }
var question = await _readingQuestionTrialRepository.Where(x => x.LesionType == LesionType.ROI && x.ReadingQuestionCriterionTrialId == taskinfo.TrialReadingCriterionId).FirstNotNullAsync(); var question = await _readingQuestionTrialRepository.Where(x => x.LesionType == LesionType.ROI && x.ReadingQuestionCriterionTrialId == taskinfo.TrialReadingCriterionId).FirstNotNullAsync();

View File

@ -1608,7 +1608,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
if (!hasDicom || !hasZip) if (!hasDicom || !hasZip)
{ {
throw new BusinessValidationFailedException(_localizer["CriterionImageFileVerify"]); throw new BusinessValidationFailedException(_localizer["OCTCriterionImageFileVerify"]);
} }
var question = await _readingQuestionTrialRepository.Where(x => x.LesionType == LesionType.ROI && x.ReadingQuestionCriterionTrialId == taskinfo.TrialReadingCriterionId).FirstNotNullAsync(); var question = await _readingQuestionTrialRepository.Where(x => x.LesionType == LesionType.ROI && x.ReadingQuestionCriterionTrialId == taskinfo.TrialReadingCriterionId).FirstNotNullAsync();