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