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

View File

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