Compare commits
2 Commits
5c668ee733
...
854df31461
| Author | SHA1 | Date |
|---|---|---|
|
|
854df31461 | |
|
|
58ce173543 |
|
|
@ -1404,6 +1404,12 @@ 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