This commit is contained in:
he
2023-05-19 15:00:18 +08:00
parent c8ce49a383
commit c41b6b2eb3
@@ -251,7 +251,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
RowIndex = rowoindex,
BlindName = rowinfo != null ? rowinfo.BlindName : string.Empty,
ReportLayType = ReportLayType.Lesions,
ReportMark = rowinfo.ReportMark
ReportMark = rowinfo != null ? rowinfo.ReportMark : string.Empty,
}) ;
}