修改参数
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
});
|
||||
}); ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user