Uat_Study
he 2023-05-19 15:00:18 +08:00
parent c8ce49a383
commit c41b6b2eb3
1 changed files with 2 additions and 1 deletions

View File

@ -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,
}) ;
}