修改
This commit is contained in:
@@ -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)}不存在标记,";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user