Uat_Study
parent
e902f29458
commit
60d0486500
|
@ -380,7 +380,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
TaskAllocationState = TaskAllocationState.Allocated,
|
||||
AllocateTime = DateTime.Now,
|
||||
|
||||
ConsistentAnalysisTaskId=task.Id
|
||||
ConsistentAnalysisOriginalTaskId=task.Id
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -160,7 +160,7 @@ namespace IRaCIS.Core.Domain.Models
|
|||
/// <summary>
|
||||
/// 针对产生的一致性任务而言,这个字段存储的是原始任务
|
||||
/// </summary>
|
||||
public Guid? ConsistentAnalysisTaskId { get; set; }
|
||||
public Guid? ConsistentAnalysisOriginalTaskId { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Reference in New Issue