喻健
2018-12-13 cf33b6a554e897a6fb53a290dd2694dac79a1a60
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;