修改bug

Uat_Study
hang 2022-07-28 11:54:46 +08:00
parent 143435902b
commit fec4992544
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}