商品模块代码提交
This commit is contained in:
@@ -112,7 +112,7 @@ public class OrderInfoRpcServiceImpl implements OrderInfoRpcService {
|
||||
}
|
||||
|
||||
@Override
|
||||
//@GlobalTransactional
|
||||
@GlobalTransactional
|
||||
public void paySuccessCallback(Long orderId) {
|
||||
// 下单后商品库存扣减,耗材扣减,流水记录
|
||||
OrderInfo orderInfo = orderInfoMapper.selectOneById(orderId);
|
||||
|
||||
Reference in New Issue
Block a user