diff --git a/IRaCIS.Core.Application/Service/Allocation/TaskConsistentRuleService.cs b/IRaCIS.Core.Application/Service/Allocation/TaskConsistentRuleService.cs index f9b065dbe..897fc6a68 100644 --- a/IRaCIS.Core.Application/Service/Allocation/TaskConsistentRuleService.cs +++ b/IRaCIS.Core.Application/Service/Allocation/TaskConsistentRuleService.cs @@ -369,6 +369,7 @@ namespace IRaCIS.Core.Application.Service globalTask.ReadingCategory = ReadingCategory.Global; globalTask.VisitTaskNum += ReadingCommon.TaskNumDic[ReadingCategory.Global]; globalTask.ArmEnum = Arm.GroupConsistentArm; + globalTask.DoctorUserId = needAddDoctorUserId; subjectAddTaskList.Add(globalTask); }