This commit is contained in:
2022-12-17 01:53:53 +00:00
parent 2ac1365da4
commit 2ba7b00db0

View File

@@ -270,7 +270,7 @@ namespace AyaNova.Biz
public async Task HandlePotentialNotificationEvent(AyaEvent ayaEvent, ICoreBizObjectModel proposedObj, ICoreBizObjectModel currentObj = null)
{
if (ServerBootConfig.SEEDING || ServerBootConfig.MIGRATING) return;
ILogger log = AyaNova.Util.ApplicationLogging.CreateLogger<ProjectBiz>();
ILogger log = AyaNova.Util.ApplicationLogging.CreateLogger<CustomerNoteBiz>();
log.LogDebug($"HandlePotentialNotificationEvent processing: [AyaType:{this.BizType}, AyaEvent:{ayaEvent}]");
bool isNew = currentObj == null;