This commit is contained in:
2021-09-09 17:38:14 +00:00
parent 9c8c08e129
commit 37b2c8f61f

View File

@@ -82,9 +82,12 @@ namespace AyaNova.Biz
AddError(ApiErrorCode.CONCURRENCY_CONFLICT);
return null;
}
//Update cache
ServerGlobalBizSettings.Initialize(putObject, null);
//Log modification and save context
await EventLogProcessor.LogEventToDatabaseAsync(new Event(UserId, 1, BizType, AyaEvent.Modified), ct);
return putObject;
}