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