Spring 拿到当前代理类

当前事务

// 拿到代理对象, 保证事务
final MemberGradeService serviceProxy = (MemberGradeService) AopContext.currentProxy();
点赞