Commit 3c3cf75c authored by suntao's avatar suntao

切面

parent bb3e79cc
......@@ -40,7 +40,7 @@ public class RoleLoadAspect {
@Autowired
private UserSessionService userSessionService;
@Pointcut("execution(* cn.quantgroup.cashloanflowboss.api.*.controller.*.*(..))")
@Pointcut("execution(* cn.quantgroup.cashloanflowboss.api.channel.controller.*.*(..))")
private void channelRoleInit() {}
@Around(value = "channelRoleInit()")
......
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