Commit 0fd35a83 by 吕明尚

Merge branch 'refs/heads/dev' into test

parents 841fef8b 2d24210f
...@@ -1816,8 +1816,8 @@ public class SOrderServiceImpl extends ServiceImpl<SOrderMapper, SOrder> impleme ...@@ -1816,8 +1816,8 @@ public class SOrderServiceImpl extends ServiceImpl<SOrderMapper, SOrder> impleme
return convertDosToVos(orderList); return convertDosToVos(orderList);
} }
// @Transactional(rollbackFor = Exception.class) // @Transactional(rollbackFor = Exception.class)
@Transactional(rollbackFor = Exception.class)
@Override @Override
public void paymentSuccessful(SOrder sOrder) { public void paymentSuccessful(SOrder sOrder) {
unLockOrder(sOrder.getRoomId()); unLockOrder(sOrder.getRoomId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment