yujian
2019-09-12 051e1e78cd217d14ca34c26afe485b6c9c85c01d
fanli/src/main/java/com/yeshi/fanli/aspect/ErrorAspect.java
@@ -31,11 +31,9 @@
      try {
         obj = joinPoint.proceed(args);
      } catch (Throwable e) {
         try {
            LogHelper.errorDetailInfo(e, getHttpServletParams(request), request.getRequestURI().toString());
         } catch (Exception e1) {
            e1.printStackTrace();
         }
      }
      return obj;