From 58ce173543a2d6ce301da7d9726424e7fa1b0a61 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 25 Jul 2025 15:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=80=E5=9B=9E=E5=B7=B2?= =?UTF-8?q?=E9=98=85=E4=BB=BB=E5=8A=A1=E6=97=A0SPM=20=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Allocation/VisitTaskService.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs index 74f4e87eb..eb467c64e 100644 --- a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs +++ b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs @@ -1404,6 +1404,12 @@ public class VisitTaskService(IRepository _visitTaskRepository, task.ReReadingApplyState = ReReadingApplyState.TrialGroupHaveApplyed; + if (!isSPMjoin) + { + task.ReReadingApplyState = ReReadingApplyState.Agree; + task.PMBackReason = applyReReadingCommand.RequestReReadingReason; + } + }