Compare commits
No commits in common. "f9bd8c3f5c020fa110b6a302a809607f0bb7705c" and "cb83c2a7370d89c2c7bfe72aee5cc2feec5c49ff" have entirely different histories.
f9bd8c3f5c
...
cb83c2a737
|
|
@ -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