This commit is contained in:
2022-03-08 01:23:16 +00:00
parent 5b6f6bfb9f
commit 07e96f0a70
2 changed files with 73 additions and 2 deletions

View File

@@ -1288,6 +1288,8 @@ namespace AyaNova.Biz
//note order by id ascending so that only the oldest notification "wins" as per docs in case of overlap to same customer
var subs = await ct.CustomerNotifySubscription.AsNoTracking().Where(z => z.EventType == NotifyEventType.QuoteStatusChange && z.IdValue == oProposed.QuoteStatusId).OrderBy(z => z.Id).ToListAsync();
foreach (var sub in subs)
{
//Object tags must match and Customer tags must match