Uat_Study
parent
a4731d31e1
commit
7e365bf6e5
|
@ -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)}不存在标记,";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue