admin
2020-04-27 cc44f797c5a0a2f462c3426f477c00737fbf79b2
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");