|
@@ -56,8 +56,9 @@ public class ServiceAspect implements HandlerInterceptor {
|
|
|
*/
|
|
*/
|
|
|
@Pointcut("execution(* com.*.*.service..*.*(..)) || execution(* com.dk.*.service..*.*(..)) ||" +
|
|
@Pointcut("execution(* com.*.*.service..*.*(..)) || execution(* com.dk.*.service..*.*(..)) ||" +
|
|
|
"execution(* com.dk.*.infrastructure.strategy.ProductionContext.*(..)) ||" +
|
|
"execution(* com.dk.*.infrastructure.strategy.ProductionContext.*(..)) ||" +
|
|
|
- "execution(* com.dk.*.infrastructure.strategy.production.ProductionContext.*(..))"
|
|
|
|
|
- )
|
|
|
|
|
|
|
+ "execution(* com.dk.*.infrastructure.strategy.production.ProductionContext.*(..))" +
|
|
|
|
|
+ "&&!execution(* com.dk.*.service.wxapi.basic.WechatPayService.*(..))")
|
|
|
|
|
+
|
|
|
public void print() {
|
|
public void print() {
|
|
|
}
|
|
}
|
|
|
|
|
|