Compare commits

..

No commits in common. "854df31461cfa0335ec905961e7d59ce017a762b" and "5c668ee733e5cb34e50ec3d0979cf6a8dcaec984" have entirely different histories.

1 changed files with 0 additions and 6 deletions

View File

@ -1404,12 +1404,6 @@ public class VisitTaskService(IRepository<VisitTask> _visitTaskRepository,
task.ReReadingApplyState = ReReadingApplyState.TrialGroupHaveApplyed;
if (!isSPMjoin)
{
task.ReReadingApplyState = ReReadingApplyState.Agree;
task.PMBackReason = applyReReadingCommand.RequestReReadingReason;
}
}