修改一版

Uat_Study
he 2022-07-07 16:15:48 +08:00
parent e9e87a4c9f
commit 56badbff49
2 changed files with 1 additions and 3 deletions

View File

@ -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;

View File

@ -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<Guid>()
{