2227324689 / gpmall

【咕泡学院实战项目】-基于SpringBoot+Dubbo构建的电商平台-微服务架构、商城、电商、微服务、高并发、kafka、Elasticsearch

Home Page:http://vip.istio.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

订单模块被事务注解 @Transactional 的方法不能生效 BUG

apetoo opened this issue · comments

commented

com.gpmall.order.services.OrderCoreServiceImpl#deleteOrderWithTransaction
@transactional 标注的方法 必须由spring去调用才会生效
比如如下方法才会生效事务
@Autowired OrderCoreService orderCoreService
orderCoreService.deleteOrderWithTransaction();