Administrator
2018-11-09 deb9d01488abd94df1e8e150d5a59a57b06aa191
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;