Commit bfd8dc22 by huluobin

fix

parent 0d435a05
...@@ -605,6 +605,7 @@ public class MarketServiceImpl implements MarketService { ...@@ -605,6 +605,7 @@ public class MarketServiceImpl implements MarketService {
orderServeService.updateBatchById(orderServeList); orderServeService.updateBatchById(orderServeList);
} }
@Transactional(rollbackFor = Exception.class)
@Async @Async
@Override @Override
public void asyncAutoSetCoupon(Integer couponCustomerRelevanceId, Integer orderId) { public void asyncAutoSetCoupon(Integer couponCustomerRelevanceId, Integer orderId) {
......
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