Przeglądaj źródła

httpServletRequest

姜永辉 1 rok temu
rodzic
commit
4db1c50945

+ 1 - 1
src/main/java/com/dk/common/infrastructure/aspect/ServiceAspect.java

@@ -73,7 +73,7 @@ public class ServiceAspect implements HandlerInterceptor {
      */
     @Before("print()")
     public void before(JoinPoint joinPoint) {
-        log.info("service切面 - httpServletRequest=>{}", JSON.toJSONString(httpServletRequest));
+        log.info("service切面 - httpServletRequest=>{}", httpServletRequest);
 
         try {
             if(httpServletRequest==null){