修复bug

Uat_Study
hang 2022-07-28 14:01:04 +08:00
parent cb5f3c00bd
commit 6e802a6a6c
1 changed files with 2 additions and 2 deletions

View File

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