于紫祥_1901
2020-10-27 2b3c06ae70b16b83063158d092094619579a4d7b
src/main/java/com/moral/common/aop/ControllerAOP.java
@@ -33,7 +33,7 @@
      try {
         result = pjp.proceed();
         log.info(pjp.getSignature() + "use time:" + (System.currentTimeMillis() - startTime));
         // log.info(pjp.getSignature() + "use time:" + (System.currentTimeMillis() - startTime));
      } catch (Throwable e) {
         result = handlerException(pjp, e);
      }