Commit e93d4b9b authored by wulixian's avatar wulixian

Merge branch 'fix-0317' into 'master'

盲盒下单添加事物 See merge request !24
parents fb0a9ab7 ef5214a3
...@@ -1449,6 +1449,7 @@ public class OrderServiceImpl extends ServiceImpl<OrderMapper, Order> implements ...@@ -1449,6 +1449,7 @@ public class OrderServiceImpl extends ServiceImpl<OrderMapper, Order> implements
* @param orderVo * @param orderVo
* @return * @return
*/ */
@Transactional
@Override @Override
public String blindBoxCreateOrder(String uid, Integer type, OrderBlindBoxVo orderVo) { public String blindBoxCreateOrder(String uid, Integer type, OrderBlindBoxVo orderVo) {
/** /**
......
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