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() + { + + } /// /// 找子问题