From 56badbff49b0fad7853b7d50456802c660744109 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 7 Jul 2022 16:15:48 +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/ReadingMedicalReviewDto.cs | 2 -- .../Service/Reading/ReadingMedicalReviewService.cs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs index e7c9853c9..d7b872980 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs @@ -191,8 +191,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public bool IsCopyOrigenalForms { get; set; } - public RequestReReadingType RequestReReadingType { get; set; } - public string RequestReReadingReason { get; set; } = string.Empty; diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs index 441d20230..17902abbb 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs @@ -370,7 +370,7 @@ namespace IRaCIS.Core.Application.Service { IsCopyOrigenalForms = inDto.IsCopyOrigenalForms, RequestReReadingReason = inDto.RequestReReadingReason, - RequestReReadingType = inDto.RequestReReadingType, + RequestReReadingType = RequestReReadingType.DocotorApply, TrialId = inDto.TrialId, TaskIdList = new List() {