Commit f3dc8c67 by 徐康

Merge branch 'feature/20200727_麦咖啡p1v2支付券码路由' into qa

parents 3c2b7415 4e683d5b
...@@ -133,7 +133,7 @@ public class WebAspect { ...@@ -133,7 +133,7 @@ public class WebAspect {
return result; return result;
} }
@Pointcut("execution(* cn.freemud.service.thirdparty..*.*(..))") @Pointcut("execution(* cn.freemud.service.thirdparty..*.*(..)) || execution(* cn.freemud.service.mccafe.thirdparty..*.*(..)) || execution(* cn.freemud.management.thirdparty..*.*(..))")
public void clientLog() { public void clientLog() {
} }
......
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