From 18ef02886f3d16928770f9d81461e1d0e3e20006 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 7 Sep 2022 10:30:47 +0800 Subject: [PATCH] =?UTF-8?q?x=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/ReadingImageTaskViewModel.cs | 3 +++ .../Service/Reading/ReadingImageTaskService.cs | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 1b29addab..a31d1ae10 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -46,6 +46,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public string Type { get; set; } + public QuestionMark? QuestionMark { get; set; } + + /// /// 类型值 /// diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs index a3dd800ae..dbec164d7 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs @@ -395,7 +395,8 @@ namespace IRaCIS.Application.Services QuestionId = x.ReadingQuestionId, TableQuestionId = x.Id, Type=x.Type, - TypeValue=x.TypeValue, + QuestionMark=x.QuestionMark, + TypeValue =x.TypeValue, RowIndex = row.RowIndex, ShowOrder = x.ShowOrder,