This commit is contained in:
Looly
2022-04-12 14:06:24 +08:00
parent 3489cb285c
commit ca1563ee34
7 changed files with 67 additions and 59 deletions

View File

@@ -54,7 +54,7 @@ public class JdkInterceptor implements InvocationHandler, Serializable {
throw e;
}
}
// 结束执行回调
if (aspect.after(target, method, args, result)) {
return result;