Commit 33cceddf authored by 周健威's avatar 周健威

修改bug

parent 299a0f6d
...@@ -62,7 +62,11 @@ public class XxLogInterceptor{ ...@@ -62,7 +62,11 @@ public class XxLogInterceptor{
commonLogService.commonLog(xxLogEntity); commonLogService.commonLog(xxLogEntity);
} }
return result; if(result instanceof BaseResponse) {
return (BaseResponse)result;
}else {
return result;
}
} }
// @Around("within(com.github.wxiaoqi.security.security.gate.filter..*)") // @Around("within(com.github.wxiaoqi.security.security.gate.filter..*)")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment