修改参数

Uat_Study
hang 2022-06-30 15:04:49 +08:00
parent c462260990
commit d639afb8a0
2 changed files with 4 additions and 7 deletions

View File

@ -102,12 +102,13 @@ namespace IRaCIS.Core.Application.ViewModel
//重阅原始编号
//public string ReReadingOriginalTaskCode { get; set; }
public Guid Id { get; set; }
public VisitTaskView OriginalReReadingTask { get; set; }
public string? ReReadingNewTaskCode { get; set; }
public ReReadingApplyState ReReadingApplyState { get; set; }
public ReadingTaskState ReadingTaskState { get; set; }
@ -529,10 +530,6 @@ namespace IRaCIS.Core.Application.ViewModel
[NotDefault]
public Guid OriginalReReadingTaskId { get; set; }
//重阅申请 产生的新任务Id
[NotDefault]
public Guid NewReReadingTaskId { get; set; }
}

View File

@ -1012,13 +1012,13 @@ namespace IRaCIS.Core.Application.Service
{
RootReReadingTaskId = rootReReadingTaskId == Guid.Empty ? task.Id : rootReReadingTaskId,
OriginalReReadingTaskId = task.Id,
RequestReReadingTime = DateTime.Now,
RequestReReadingUserId = _userInfo.Id,
RequestReReadingReason = applyReReadingCommand.RequestReReadingReason,
RequestReReadingType = applyReReadingCommand.RequestReReadingType,
});
}); ;
}