修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
4d10db054c
commit
01af8f72d3
|
|
@ -119,7 +119,6 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
tableQuestion.LesionType = question.LesionType;
|
tableQuestion.LesionType = question.LesionType;
|
||||||
tableQuestion.RowId = row.RowId;
|
tableQuestion.RowId = row.RowId;
|
||||||
tableQuestion.IsShowInDicom = question.IsShowInDicom;
|
tableQuestion.IsShowInDicom = question.IsShowInDicom;
|
||||||
tableQuestion.ShowChartTypeEnum= question.ShowChartTypeEnum;
|
|
||||||
tableQuestion.RowIndex = row.RowIndex;
|
tableQuestion.RowIndex = row.RowIndex;
|
||||||
tableQuestion.ReportLayType = ReportLayType.TableQuestion;
|
tableQuestion.ReportLayType = ReportLayType.TableQuestion;
|
||||||
foreach (var task in taskInfoList)
|
foreach (var task in taskInfoList)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue