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