加字段
This commit is contained in:
@@ -106,6 +106,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public Guid? DoctorUserId { get; set; }
|
||||
[JsonIgnore]
|
||||
public Guid? TaskConsistentRuleId { get; set; }
|
||||
|
||||
public bool IsHaveGeneratedTask { get; set; }
|
||||
}
|
||||
|
||||
|
||||
@@ -380,6 +380,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
TaskAllocationState = TaskAllocationState.Allocated,
|
||||
AllocateTime = DateTime.Now,
|
||||
|
||||
ConsistentAnalysisTaskId=task.Id
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user