Commit 3c3cf75c authored by suntao's avatar suntao

切面

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