admin
2019-11-26 ea022e84777312b730257dfcf2a33e865c8e07b7
fanli/src/main/java/com/yeshi/fanli/aspect/RedisCacheAspect.java
@@ -107,12 +107,8 @@
      try {
         return joinPoint.proceed();
      } catch (Throwable e) {
         e.printStackTrace();
         try {
            LogHelper.errorDetailInfo(e);
         } catch (Exception e1) {
            e1.printStackTrace();
         }
      } finally {
         if (!StringUtil.isNullOrEmpty(cacheKey)) {
            Cache cache = cacheManager.getCache("rsCache");