Administrator
2019-08-17 858d1ded50d3400cc4fb87b826da1c1c4fd49e78
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");