From 6e802a6a6ccbb1cbb53028e70e1214033d25ca44 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 28 Jul 2022 14:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Allocation/TaskConsistentRuleService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Allocation/TaskConsistentRuleService.cs b/IRaCIS.Core.Application/Service/Allocation/TaskConsistentRuleService.cs index 11b13840d..5920e2129 100644 --- a/IRaCIS.Core.Application/Service/Allocation/TaskConsistentRuleService.cs +++ b/IRaCIS.Core.Application/Service/Allocation/TaskConsistentRuleService.cs @@ -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;