Uat_Study
he 2022-10-18 15:24:24 +08:00
parent a4731d31e1
commit 7e365bf6e5
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
IEnumerable<string> measureDataList = rowAnswerList.Where(x => !unableEvaluateRowIds.Contains(x.Id)).Select(x => x.OrderMark + x.RowIndex.GetLesionMark()).ToList();
if (measureDataList.Count > 0)
if (measureDataList.Count() > 0)
{
errorMassage += $" 病灶{ string.Join(',', measureDataList)}不存在标记,";
}