Compare commits
No commits in common. "5ba0a9bbd097c42244040c90252e90c20f42e3d8" and "806d663cfb79f76fee82cd654414efa0bd136501" have entirely different histories.
5ba0a9bbd0
...
806d663cfb
|
|
@ -367,7 +367,7 @@ public static class DBContext_Ext
|
|||
}
|
||||
|
||||
|
||||
if ((/*originReReadingApplyState == ReReadingApplyState.DocotorHaveApplyed ||*/ originReReadingApplyState == ReReadingApplyState.TrialGroupHaveApplyed) &&
|
||||
if ((originReReadingApplyState == ReReadingApplyState.DocotorHaveApplyed || originReReadingApplyState == ReReadingApplyState.TrialGroupHaveApplyed) &&
|
||||
(visitTask.ReReadingApplyState == ReReadingApplyState.Agree || visitTask.ReReadingApplyState == ReReadingApplyState.Reject))
|
||||
{
|
||||
visitTask.AddDomainEvent(new HaveReadVisitTaskReReading() { SubjectId = visitTask.SubjectId, VisitTaskId = visitTask.Id, ReReadingApplyState = visitTask.ReReadingApplyState });
|
||||
|
|
|
|||
Loading…
Reference in New Issue