|
|
@@ -1695,9 +1695,6 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
groupsRelationMapper.updateCustomerService(relation.getId());
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- //发送下单后 若有手机 发送短信
|
|
|
- sendOrderPhoneMsg(orderDon.getUserId());
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -2181,6 +2178,9 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
//同步车票是否重购 记录
|
|
|
TASK_POOL.execute(() -> {
|
|
|
groupsRelationExpiryRecordService.syncGroupsRelationExpiryRecord(orderDon, goodsDon, sku);
|
|
|
+
|
|
|
+ //发送下单后 若有手机 发送短信
|
|
|
+ sendOrderPhoneMsg(orderDon.getUserId());
|
|
|
});
|
|
|
}
|
|
|
|