修改BUG:数据库操作日志把所有缓存都清除了

This commit is contained in:
Argo-Lenovo 2017-04-05 11:46:05 +08:00
parent 7f7ecead88
commit 6101a65620
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
using Bootstrap.DataAccess;
using Longbow.Caching;
using Longbow.ExceptionManagement;
using Longbow.ExceptionManagement.Configuration;
using System;
@ -22,7 +21,6 @@ namespace Bootstrap.Admin
{
if (publisherElement.Mode == PublisherMode.Off) return;
ExceptionHelper.Log(ex, additionalInfo);
CacheManager.Clear();
}
}
}