Compare commits
No commits in common. "854df31461cfa0335ec905961e7d59ce017a762b" and "5c668ee733e5cb34e50ec3d0979cf6a8dcaec984" have entirely different histories.
854df31461
...
5c668ee733
|
|
@ -1404,12 +1404,6 @@ public class VisitTaskService(IRepository<VisitTask> _visitTaskRepository,
|
||||||
|
|
||||||
task.ReReadingApplyState = ReReadingApplyState.TrialGroupHaveApplyed;
|
task.ReReadingApplyState = ReReadingApplyState.TrialGroupHaveApplyed;
|
||||||
|
|
||||||
if (!isSPMjoin)
|
|
||||||
{
|
|
||||||
task.ReReadingApplyState = ReReadingApplyState.Agree;
|
|
||||||
task.PMBackReason = applyReReadingCommand.RequestReReadingReason;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue