修改
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
he 2025-11-21 11:12:11 +08:00
parent b42325337e
commit a019a542b0
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
tableQuestion.LesionType = question.LesionType;
tableQuestion.RowId = row.RowId;
tableQuestion.IsShowInDicom = question.IsShowInDicom;
tableQuestion.ShowChartTypeEnum= question.ShowChartTypeEnum;
tableQuestion.RowIndex = row.RowIndex;
tableQuestion.ReportLayType = ReportLayType.TableQuestion;
foreach (var task in taskInfoList)