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

修改bug

parent 299a0f6d
......@@ -62,8 +62,12 @@ public class XxLogInterceptor{
commonLogService.commonLog(xxLogEntity);
}
if(result instanceof BaseResponse) {
return (BaseResponse)result;
}else {
return result;
}
}
// @Around("within(com.github.wxiaoqi.security.security.gate.filter..*)")
// public Object doAroundXxControllerLog(ProceedingJoinPoint pjp) throws Throwable {
......
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