喻健
2018-12-14 2cf13a80a08bd95c6fc04f250348b9547e23ab86
fanli/src/main/java/com/yeshi/fanli/aspect/SignValidateAspect.java
@@ -38,7 +38,7 @@
      KEY = Constant.systemCommonConfig.getSignKey();
   }
//   @Around(EDP)
   @Around(EDP)
   public Object testAround(ProceedingJoinPoint joinPoint) throws IOException {
      Object[] args = joinPoint.getArgs();
      PrintWriter out = null;