MyService service = (MyService) AopContext.currentProxy(); 方法体中调相同类的另一个事务方法,直接调等效于this.aa(),无法触发事务,可通过代理实现