提交 5337bf20 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 b0c3b73f
......@@ -49,7 +49,7 @@ public class WebLogAspect {
* @return
* @throws Throwable
*/
@Around(value = "execution(* com.zrqx..controller..*.*(..)) && @annotation(apiOperation) && @annotation(org.springframework.web.bind.annotation.PostMapping)")
@Around(value = "execution(* com.zrqx.*.bg.controller..*.*(..)) && @annotation(apiOperation) && @annotation(org.springframework.web.bind.annotation.PostMapping)")
public Object doAround(ProceedingJoinPoint joinPoint, ApiOperation apiOperation) throws Throwable {
//获取当前请求对象
ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论