|
@@ -720,7 +720,7 @@ public class DeliveryServiceImpl extends ServiceImpl<DeliveryMapper, Delivery> i
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
- @GlobalTransactional
|
|
|
|
|
|
|
+ @GlobalTransactional(timeoutMills = 12000000)
|
|
|
public void cancel(Delivery delivery) {
|
|
public void cancel(Delivery delivery) {
|
|
|
//防重校验
|
|
//防重校验
|
|
|
Long deliveryId = delivery.getId();
|
|
Long deliveryId = delivery.getId();
|