修改触发
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-07 13:51:32 +08:00
parent 21e1a7ab01
commit 4688cb388e
2 changed files with 6 additions and 6 deletions
@@ -459,7 +459,7 @@ public static class DBContext_Ext
}
if (pmApplyEnrollIdList.Count > 0)
{
lastEnroll.AddDomainEvent(new ReviewerPMApplyEvent() { TrialId = lastEnroll.TrialId, EnrollIdList = spmApproveEnrollIdList });
lastEnroll.AddDomainEvent(new ReviewerPMApplyEvent() { TrialId = lastEnroll.TrialId, EnrollIdList = pmApplyEnrollIdList });
eventStoreList.AddRange(GetStoreEvents(lastEnroll.DomainEvents));
}