mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix
This commit is contained in:
@@ -54,12 +54,13 @@ public class JdkInterceptor implements InvocationHandler, Serializable {
|
|||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 结束执行回调
|
||||||
|
if (aspect.after(target, method, args, result)) {
|
||||||
|
return result;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 结束执行回调
|
|
||||||
if (aspect.after(target, method, args, result)) {
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user