修复bug
parent
cb5f3c00bd
commit
6e802a6a6c
|
@ -397,12 +397,12 @@ namespace IRaCIS.Core.Application.Service
|
|||
existGlobal = new VisitTaskSimpleDTO()
|
||||
{
|
||||
SubjectId = lastTask.SubjectId,
|
||||
TrialId = lastTask.TrialId,
|
||||
ArmEnum = lastTask.ArmEnum,
|
||||
TrialId = lastTask.TrialId,
|
||||
ReadingCategory = ReadingCategory.Global
|
||||
};
|
||||
}
|
||||
|
||||
existGlobal.ArmEnum = Arm.GroupConsistentArm;
|
||||
existGlobal.TaskName = (int)existGlobal.VisitTaskNum + "Global";
|
||||
existGlobal.TaskBlindName = (int)existGlobal.VisitTaskNum + "Global";
|
||||
existGlobal.DoctorUserId = needAddDoctorUserId;
|
||||
|
|
Loading…
Reference in New Issue