修改验证
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
he 2025-01-10 10:09:53 +08:00
parent 9636efcb56
commit 9827b22b6f
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
foreach (var item in notableQuestionList)
{
if (markList.Any(x => x.RowId == item.RowId))
if (markList.Any(x => x.RowId == item.RowId && x.MeasureData.IsNotNullOrEmpty()))
{
throw new BusinessValidationFailedException(_localizer["MRIPDFF_NeedClearMark"]);
}