From dbf69d42ee2002c0bc1f3586e9b08f5cd6fbc720 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 23 Jun 2022 14:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/ReadingImageTaskViewModel.cs | 8 ++++++++ .../Service/Reading/ReadingImageTaskService.cs | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 58b58059..443113e3 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -123,6 +123,14 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public Guid ReadingQuestionCriterionTrialId { get; set; } } + + public class GetJudgeReadingInfoOutDto + { + public Guid? JudgeResultTaskId { get; set; } + + //public List + } + public class GetTrialReadingQuestionInDto { [NotDefault] diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs index d40775b1..996fe6ff 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs @@ -224,7 +224,7 @@ namespace IRaCIS.Application.Services { await _readingQuestionTrialRepository.UpdatePartialFromQueryAsync(inDto.ReadingQuestionTrialId, x => new ReadingQuestionTrial() { - AnswerGroup = JsonConvert.SerializeObject(inDto.AnswerCombination), + AnswerGroup = JsonConvert.SerializeObject(inDto.AnswerGroup), AnswerCombination = JsonConvert.SerializeObject(inDto.AnswerCombination), JudgeType= inDto.JudgeType, }) ; @@ -275,6 +275,14 @@ namespace IRaCIS.Application.Services }); } + /// + /// 获取裁判阅片任务信息 + /// + /// + public async Task GetJudgeReadingInfo() + { + + } /// /// 找子问题